Merge pull request #39074 from sergeizv/remove-bad-comment

Remove bad comment
This commit is contained in:
Mike Place 2017-01-31 11:23:15 -07:00 committed by GitHub
commit fa8053045b

View File

@ -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: