Remove accidental changes.

This commit is contained in:
Jeffrey Townsend
2018-04-12 15:04:08 -07:00
parent 0012b203db
commit 15520e4dd6

View File

@@ -162,8 +162,7 @@ class OnlMountManager(object):
if k == 'EFI-BOOT':
return False
try:
output = subprocess.check_output("ubinfo -d 0 -N %s" % k, ,
stderr=subprocess.STDOUT, shell=True).splitlines()
output = subprocess.check_output("ubinfo -d 0 -N %s" % k, shell=True).splitlines()
except subprocess.CalledProcessError:
return False