Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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