mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove redundant parens
This commit is contained in:
parent
eee0291ff8
commit
e327d9a8a4
1 changed files with 1 additions and 1 deletions
|
@ -1601,7 +1601,7 @@ def create_disk(kwargs=None, call=None):
|
|||
)
|
||||
return False
|
||||
|
||||
if 'size' is None and ('image' is None and 'snapshot' is None):
|
||||
if 'size' is None and 'image' is None and 'snapshot' is None:
|
||||
log.error(
|
||||
'Must specify image, snapshot, or size.'
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue