[hg] galaxy 3464: I am having a bad day
details: http://www.bx.psu.edu/hg/galaxy/rev/69db124587e3 changeset: 3464:69db124587e3 user: Nate Coraor <nate@bx.psu.edu> date: Tue Mar 02 12:10:43 2010 -0500 description: I am having a bad day diffstat: scripts/scramble/scripts/pbs_python.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff -r 5f6b53b08623 -r 69db124587e3 scripts/scramble/scripts/pbs_python.py --- a/scripts/scramble/scripts/pbs_python.py Tue Mar 02 12:08:01 2010 -0500 +++ b/scripts/scramble/scripts/pbs_python.py Tue Mar 02 12:10:43 2010 -0500 @@ -29,8 +29,8 @@ i = open( 'setup.py.orig', 'r' ) o = open( 'setup.py', 'w' ) for line in i.readlines(): - if line == " version = '2.9.0',\n": - line = " version = '2.9.4',\n" + if line == " version = '2.9.0',\n": + line = " version = '2.9.4',\n" print >>o, line, i.close() o.close()
participants (1)
-
Greg Von Kuster