From f4e2f0ea339d0b2524dde28c6bf903c06e97c948 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 14 Feb 2005 20:47:05 -0500 Subject: undoing change per nates request --HG-- extra : convert_revision : c5c2fd88dfd8d893da51c2b80907260ec14a7593 --- util/pbs/job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/pbs') diff --git a/util/pbs/job.py b/util/pbs/job.py index 7c8d4bc16..5eed0cd75 100755 --- a/util/pbs/job.py +++ b/util/pbs/job.py @@ -134,7 +134,7 @@ if __name__ == '__main__': os.symlink(joinpath(jobdir, 'output'), 'status.out') - args = [ joinpath(basedir, 'm5'), '-d', '%s' % jobdir, joinpath(basedir, 'run.mpy') ] + args = [ joinpath(basedir, 'm5'), joinpath(basedir, 'run.mpy') ] if not len(args): sys.exit("no arguments") -- cgit v1.2.3