Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/turtleblocks.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-05-08 13:10:57 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-05-08 13:10:57 (GMT)
commit4f45385b5c853c49237de092847b4507ab02c487 (patch)
tree2180ceb2912787a9831906e083dcbf8982da3317 /turtleblocks.py
parent216d921573cfa67dc47cd59995ad00603fe9a8ce (diff)
init flag
Diffstat (limited to 'turtleblocks.py')
-rwxr-xr-xturtleblocks.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/turtleblocks.py b/turtleblocks.py
index cf02e51..5386a9d 100755
--- a/turtleblocks.py
+++ b/turtleblocks.py
@@ -218,6 +218,7 @@ class TurtleMain():
print str(err)
print self._HELP_MSG
sys.exit(2)
+ self._run_on_launch = False
for o, a in opts:
if o in ('-h', '--help'):
print self._HELP_MSG