commit/galaxy-central: natefoo: Typo in scramble.py.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/fb6c47e5d039/ changeset: fb6c47e5d039 user: natefoo date: 2011-09-02 20:37:09 summary: Typo in scramble.py. affected #: 1 file (0 bytes) --- a/scripts/scramble.py Fri Sep 02 14:08:53 2011 -0400 +++ b/scripts/scramble.py Fri Sep 02 14:37:09 2011 -0400 @@ -45,7 +45,7 @@ degg = e.eggs[0] print "%s build dependency %s %s couldn't be downloaded" % ( egg.name, degg.name, degg.version ) print "automatically. You can try building it by hand with:" - print " python scripts/scramble.py %s-e %s" % ( config_agr, degg.name ) + print " python scripts/scramble.py %s-e %s" % ( config_arg, degg.name ) sys.exit( 1 ) egg.scramble() sys.exit( 0 ) Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket