Commit 9580380a authored by Benjamin Blanc's avatar Benjamin Blanc

ERP5TypeTestCase: fix a coding convention

parent 4279e4e2
......@@ -726,7 +726,7 @@ class ERP5TypeCommandLineTestCase(ERP5TypeTestCaseMixin):
bt5_path = os.environ.get('erp5_tests_bt5_path')
if bt5_path:
bt5_path_list = bt5_path.split(',')
bt5_path_list += [ os.path.join(path, "*") for path in bt5_path_list ]
bt5_path_list += [os.path.join(path, "*") for path in bt5_path_list]
else:
bt5_path = os.path.join(instancehome, 'bt5')
bt5_path_list = bt5_path, os.path.join(bt5_path, '*')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment