Skip to content

Commit 7a1adb0

Browse files
committed
Add TODO comment
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent b47752d commit 7a1adb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/attributecode/gen.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ def check_duplicated_about_file_path(inventory_dict):
100100
afp_list.append(component['about_file_path'])
101101
return errors
102102

103-
103+
#TODO: this should be either the CSV or the ABOUT files but not both???
104104
def load_inventory(location, base_dir, license_notice_text_location=None,
105105
mapping_file=None):
106106
"""
107107
Load the inventory file at `location` for ABOUT and LICENSE files
108108
stored in the `base_dir`. Return a list of errors and a list of
109-
About objects validated against the base_dir.
109+
About objects validated against the `base_dir`.
110110
Optionally use `license_notice_text_location` as the location of
111111
license and notice texts.
112112

0 commit comments

Comments
 (0)