From: Peter Gerwinski Date: Mon, 2 Apr 2018 20:17:40 +0000 (+0200) Subject: fixed mustard with self.filename X-Git-Url: http://bicyclesonthemoon.info/git-projects/?a=commitdiff_plain;h=9f86139e10c561b6b6c5a4626924885ce5eb4e90;p=ott%2Fmolpy-up fixed mustard with self.filename --- diff --git a/molpyup.py b/molpyup.py index 7782737..fe20240 100644 --- a/molpyup.py +++ b/molpyup.py @@ -595,6 +595,8 @@ class MolpyUp: def run(self): if len(sys.argv) > 1: self.filename = sys.argv[1] + else: + self.filename = None self.reset() while True: self.screen.fill((255,255,255))