mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Fix E127 errors introduced by previous commit
using: ``` autopep8 -i -r --exclude $(sed -e 's|^|./|' -e 's|/$||' .ci/flake8_blacklist.txt | paste -sd,) --select E127 . ```
This commit is contained in:
committed by
Nicola Soranzo
parent
21b44bf348
commit
a353b2e88f
@@ -37,9 +37,9 @@ def main(options):
|
||||
revision_data['owner'] = options.owner
|
||||
revision_url = '%s%s' % (options.local_url.rstrip('/'), '/api/tool_shed_repositories/get_latest_installable_revision')
|
||||
latest_installable_revision = submit(options.api,
|
||||
revision_url,
|
||||
revision_data,
|
||||
return_formatted=False)
|
||||
revision_url,
|
||||
revision_data,
|
||||
return_formatted=False)
|
||||
data['changeset_revision'] = latest_installable_revision
|
||||
if options.tool_panel_section_id:
|
||||
data['tool_panel_section_id'] = options.tool_panel_section_id
|
||||
|
||||
Reference in New Issue
Block a user