1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/1846eddc72a8/ Changeset: 1846eddc72a8 User: greg Date: 2013-10-17 19:46:03 Summary: Fix for the call to td_common_util.move_file reported by Jim Johnson - thanks Jim! Affected #: 1 file diff -r f1d77cc9136794e0272f2ed9b1b33f976f3a0f10 -r 1846eddc72a8b4138a2835d93b5db764524c216d lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py --- a/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py +++ b/lib/tool_shed/galaxy_install/tool_dependencies/fabric_util.py @@ -293,7 +293,7 @@ full_path_to_dir = os.path.abspath( install_dir ) td_common_util.move_file( current_dir=work_dir, source=downloaded_filename, - destination_dir=full_path_to_dir ) + destination=full_path_to_dir ) if action_type == 'download_by_url': # Eliminate the download_by_url action so remaining actions can be processed correctly. filtered_actions = actions[ 1: ] @@ -551,7 +551,7 @@ full_path_to_dir = os.path.abspath( install_dir ) td_common_util.move_file( current_dir=work_dir, source=downloaded_filename, - destination_dir=full_path_to_dir ) + destination=full_path_to_dir ) def log_results( command, fabric_AttributeString, file_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.