Get rid of vestiges of .mpy file handling.
--HG-- extra : convert_revision : 309b051be3473e2d42d3200c1af84227d01b5900
This commit is contained in:
@@ -134,7 +134,7 @@ if __name__ == '__main__':
|
||||
|
||||
os.symlink(joinpath(jobdir, 'output'), 'status.out')
|
||||
|
||||
args = [ joinpath(basedir, 'm5'), joinpath(basedir, 'run.mpy') ]
|
||||
args = [ joinpath(basedir, 'm5'), joinpath(basedir, 'run.py') ]
|
||||
if not len(args):
|
||||
sys.exit("no arguments")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user