mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
Fix typo introduced in 67ae665.
This commit is contained in:
@@ -394,7 +394,7 @@ class AbstractToolBox( object, Dictifiable ):
|
||||
section.elems.stub_label( section_id )
|
||||
self._integrated_tool_panel.append_section( key, section )
|
||||
elif elem.tag == 'label':
|
||||
section.stub_label( key )
|
||||
self._integrated_tool_panel.stub_label( key )
|
||||
|
||||
def _write_integrated_tool_panel_config_file( self ):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user