From 4f45385b5c853c49237de092847b4507ab02c487 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 08 May 2012 13:10:57 +0000 Subject: init flag --- (limited to 'turtleblocks.py') 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 -- cgit v0.9.1