mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #39074 from sergeizv/remove-bad-comment
Remove bad comment
This commit is contained in:
commit
fa8053045b
@ -223,7 +223,6 @@ def pvcreate(devices, override=True, **kwargs):
|
||||
for device in devices:
|
||||
if not os.path.exists(device):
|
||||
raise CommandExecutionError('{0} does not exist'.format(device))
|
||||
# Verify pvcreate was successful
|
||||
if not pvdisplay(device):
|
||||
cmd.append(device)
|
||||
elif not override:
|
||||
|
Loading…
Reference in New Issue
Block a user