1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/c961f5647673/ changeset: c961f5647673 user: inithello date: 2012-12-18 16:50:47 summary: Removed reference to suc. in suc. affected #: 1 file diff -r 166303bbdd86eefc263d9947b35c65ec3847ddc9 -r c961f5647673a8cbe5f0f7275b82513e2067afc9 lib/galaxy/util/shed_util_common.py --- a/lib/galaxy/util/shed_util_common.py +++ b/lib/galaxy/util/shed_util_common.py @@ -1488,7 +1488,7 @@ if shed_tool_conf == shed_tool_conf_dict[ 'config_filename' ]: return index, shed_tool_conf_dict else: - file_name = suc.strip_path( shed_tool_conf_dict[ 'config_filename' ] ) + file_name = strip_path( shed_tool_conf_dict[ 'config_filename' ] ) if shed_tool_conf == file_name: return index, shed_tool_conf_dict def get_tool_panel_config_tool_path_install_dir( app, repository ): 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.