commit/galaxy-central: dan: Change indent from 3 spaces to 4 for 8171:4b62ed46e5b6.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/6971bbc8bd84/ changeset: 6971bbc8bd84 user: dan date: 2012-11-07 16:45:10 summary: Change indent from 3 spaces to 4 for 8171:4b62ed46e5b6. affected #: 1 file diff -r 4b62ed46e5b6f5448ec262e445eefd0b17ef4898 -r 6971bbc8bd8418baea51345b891e1aa647d14a88 scripts/set_metadata.py --- a/scripts/set_metadata.py +++ b/scripts/set_metadata.py @@ -14,9 +14,9 @@ # ensure supported version from check_python import check_python try: - check_python() + check_python() except: - sys.exit(1) + sys.exit(1) new_path = [ os.path.join( os.getcwd(), "lib" ) ] new_path.extend( sys.path[1:] ) # remove scripts/ from the path 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