Delete space to pass the check of pep8
Delete space to pass the check of pep8 Change-Id: I7b4b769f420f6e24faa72921b8e80f4424dc1e51
This commit is contained in:
parent
824dad4e16
commit
7cbbb89197
@ -61,11 +61,11 @@ if __name__ == "__main__":
|
||||
'|/|g" | sort -u')
|
||||
|
||||
cmd_opts = common_string % REGISTER_OPTS_STR
|
||||
output_opts = subprocess.check_output('{}'.format(cmd_opts), shell = True)
|
||||
output_opts = subprocess.check_output('{}'.format(cmd_opts), shell=True)
|
||||
dir_trees_list = output_opts.split()
|
||||
|
||||
cmd_opt = common_string % REGISTER_OPT_STR
|
||||
output_opt = subprocess.check_output('{}'.format(cmd_opt), shell = True)
|
||||
output_opt = subprocess.check_output('{}'.format(cmd_opt), shell=True)
|
||||
temp_list = output_opt.split()
|
||||
|
||||
for item in temp_list:
|
||||
|
Loading…
x
Reference in New Issue
Block a user