1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1dee9c665f38/ Changeset: 1dee9c665f38 User: Dave Bouvier Date: 2013-10-07 14:59:31 Summary: Reimplement fix for some tarballs that incorrectly result in an error state when they attempt to create symlinks to files that do not exist on the destination filesystem. Affected #: 1 file diff -r 31ebf3e3d90f191d1df87b9dbf4c943f4a7b7b03 -r 1dee9c665f38ff06e4fd77e90d0d62b2c080182a lib/tool_shed/galaxy_install/tool_dependencies/td_common_util.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/td_common_util.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/td_common_util.py @@ -114,7 +114,7 @@ return False def open_tar( self, filepath, mode ): - return tarfile.open( filepath, mode ) + return tarfile.open( filepath, mode, errorlevel=0 ) def open_zip( self, filepath, mode ): return zipfile.ZipFile( filepath, mode ) 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.