commit/galaxy-central: Dave Bouvier: Remove reference to undefined variable.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a231103b3d6e/ Changeset: a231103b3d6e User: Dave Bouvier Date: 2013-11-15 00:43:58 Summary: Remove reference to undefined variable. Affected #: 1 file diff -r 51d3b2de1ed31ad118e939c360f82362d1c10927 -r a231103b3d6e14578a226f9f6d5a3b68c0896854 test/install_and_test_tool_shed_repositories/functional_tests.py --- a/test/install_and_test_tool_shed_repositories/functional_tests.py +++ b/test/install_and_test_tool_shed_repositories/functional_tests.py @@ -696,8 +696,6 @@ if os.path.exists( tool_dependency_install_path ): log.debug( 'Uninstallation of tool dependency succeeded, but the installation path still exists on the filesystem. It is now being explicitly deleted.') suc.remove_dir( tool_dependency_install_path ) - return success - def main(): # ---- Configuration ------------------------------------------------------ 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