1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/32205f911e74/ Changeset: 32205f911e74 User: greg Date: 2013-11-27 21:53:29 Summary: A bit of code cleanup. Affected #: 1 file diff -r 8b613225f1def637af4774b860578a77a7fb0fe4 -r 32205f911e7442fb6eed7155f8306df7aafb731e lib/tool_shed/util/container_util.py --- a/lib/tool_shed/util/container_util.py +++ b/lib/tool_shed/util/container_util.py @@ -1066,9 +1066,6 @@ else: containing_folder = tool_test_results_root_folder test_results_dict_id += 1 - #folder_id += 1 - #test_results_folder = Folder( id=folder_id, key='test_results', label='Automated test environment', parent=containing_folder ) - #containing_folder.folders.append( test_results_folder ) folder_id += 1 folder = Folder( id=folder_id, key='test_environment', label='Automated test environment', parent=containing_folder ) containing_folder.folders.append( folder ) @@ -1204,7 +1201,6 @@ subfolder.tool_dependency_installation_errors.append( tool_dependency_installation_error ) installation_error_base_folder.folders.append( subfolder ) containing_folder.installation_errors.append( installation_error_base_folder ) - #containing_folder.folders.append( containing_folder ) if multiple_tool_test_results_dicts: tool_test_results_root_folder.folders.append( containing_folder ) else: 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.