mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix lint: PEP8 multiplication of 4.
This commit is contained in:
parent
c87fff3680
commit
c31818b4aa
1 changed files with 3 additions and 3 deletions
|
@ -213,7 +213,7 @@ def export(local=False, path="/tmp", format='qcow2'):
|
|||
description = _("query").Query('all', cachedir=__opts__['cachedir'])()
|
||||
return _("collector").Inspector().export(description, local=local, path=path, format=format)
|
||||
except InspectorKiwiProcessorException as ex:
|
||||
raise CommandExecutionError(ex)
|
||||
raise CommandExecutionError(ex)
|
||||
except Exception as ex:
|
||||
log.error(_get_error_message(ex))
|
||||
raise Exception(ex)
|
||||
log.error(_get_error_message(ex))
|
||||
raise Exception(ex)
|
||||
|
|
Loading…
Add table
Reference in a new issue