Beremiz.py
changeset 260 038eff285e00
parent 258 54c02b82da5f
child 268 66843376a982
--- a/Beremiz.py	Fri Oct 17 14:44:41 2008 +0200
+++ b/Beremiz.py	Mon Oct 20 13:04:10 2008 +0200
@@ -55,6 +55,7 @@
         sys.exit()
     elif len(args) == 1:
         projectOpen = args[0]
+        buildpath = None
     elif len(args) == 2:
         projectOpen = args[0]
         buildpath = args[1]