mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-25 17:27:01 +00:00
Remove accidental changes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user