Skip to content

Commit 8733464

Browse files
committed
Minor bug fix
1 parent 6c8a807 commit 8733464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

about_code_tool/genabout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def process_dje_licenses(self, dje_license_list, dje_license_dict, output_path):
433433
if '\n' in license_name:
434434
license_list = license_name.split('\n ')
435435
else:
436-
license_list = license_name
436+
license_list = [license_name]
437437
if gen_path.startswith('/'):
438438
gen_path = gen_path.partition('/')[2]
439439
for license in license_list:

0 commit comments

Comments
 (0)