Skip to content

Commit c1204f1

Browse files
committed
Fixed #230
ToDo:
1 parent 153ae67 commit c1204f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

about_code_tool/genabout.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,8 @@ def main(parser, options, args):
807807
ignored_fields_list = get_unknown_fields(input_data, user_keys)
808808
if ignored_fields_list:
809809
input_list = gen.get_only_supported_fields(input_data, ignored_fields_list)
810+
else:
811+
input_list = input_data
810812

811813
if copy_files_path:
812814
if not isdir(copy_files_path):

0 commit comments

Comments
 (0)