commit/galaxy-central: inithello: Reference the right app.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/a7bd59964f50/ changeset: a7bd59964f50 user: inithello date: 2013-03-18 20:51:04 summary: Reference the right app. affected #: 1 file diff -r f19741fdb9a6b6f15f3e9b983d4a8228b205ffda -r a7bd59964f5053133897e6e7b89065a608e11d03 lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py --- a/lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py +++ b/lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py @@ -399,7 +399,7 @@ tool_panel_dict = tool_util.generate_tool_panel_dict_for_new_install( metadata_dict[ 'tools' ], tool_section ) sample_files = metadata_dict.get( 'sample_files', [] ) tool_index_sample_files = tool_util.get_tool_index_sample_files( sample_files ) - tool_util.copy_sample_files( self.app, tool_index_sample_files, tool_path=tool_path ) + tool_util.copy_sample_files( trans.app, tool_index_sample_files, tool_path=tool_path ) sample_files_copied = [ str( s ) for s in tool_index_sample_files ] repository_tools_tups = suc.get_repository_tools_tups( trans.app, metadata_dict ) if repository_tools_tups: 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