commit/galaxy-central: davebgx: Use the same capitalization for eggs.require as is present in the egg's name. This resolves the install and test buildbot's failure on step 4, delete empty directories.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/80968afd0cba/ Changeset: 80968afd0cba User: davebgx Date: 2014-06-09 20:37:36 Summary: Use the same capitalization for eggs.require as is present in the egg's name. This resolves the install and test buildbot's failure on step 4, delete empty directories. Affected #: 1 file diff -r 5884328e91724e9bdf4b43f012eb63fa0c803ef6 -r 80968afd0cba850290103fb20edad4c6d3c02899 lib/tool_shed/util/basic_util.py --- a/lib/tool_shed/util/basic_util.py +++ b/lib/tool_shed/util/basic_util.py @@ -8,7 +8,7 @@ from galaxy import eggs -eggs.require( 'markupsafe' ) +eggs.require( 'MarkupSafe' ) import markupsafe log = logging.getLogger( __name__ ) 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)
-
commits-noreply@bitbucket.org