From 7cbbb89197d2eca04832ea3f4014aab567165720 Mon Sep 17 00:00:00 2001 From: pangliye Date: Tue, 20 Dec 2016 04:40:18 -0500 Subject: [PATCH] Delete space to pass the check of pep8 Delete space to pass the check of pep8 Change-Id: I7b4b769f420f6e24faa72921b8e80f4424dc1e51 --- cinder/config/generate_cinder_opts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cinder/config/generate_cinder_opts.py b/cinder/config/generate_cinder_opts.py index 81150fe8850..af344681259 100644 --- a/cinder/config/generate_cinder_opts.py +++ b/cinder/config/generate_cinder_opts.py @@ -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: