1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f1729c6dcba8/ Changeset: f1729c6dcba8 User: greg Date: 2013-12-03 03:35:00 Summary: Fix type in my last commit - thanks John! Affected #: 1 file diff -r cac7a527140e097e6e7f1f5d0fdcf588a8183ece -r f1729c6dcba86603a9e471688df633251511a22b lib/tool_shed/util/shed_util_common.py --- a/lib/tool_shed/util/shed_util_common.py +++ b/lib/tool_shed/util/shed_util_common.py @@ -1533,7 +1533,7 @@ if file_name: if os.path.exists( file_name ): try: - os.remove( dir ) + os.remove( file_name ) except: pass 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.