add PLC/Storage package directory
[plcapi.git] / plcsh
diff --git a/plcsh b/plcsh
index 7bc3abe..d8ab48f 100755 (executable)
--- a/plcsh
+++ b/plcsh
@@ -64,7 +64,7 @@ try:
     api = shell.api
     config = shell.config
 except Exception, err:
-    print "Error:", err
+    print_exc()
     print
     parser.print_help()
     sys.exit(1)