mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Fix lint: PEP8 multiplication of 4.
This commit is contained in:
parent
c87fff3680
commit
c31818b4aa
@ -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…
Reference in New Issue
Block a user