We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47752d commit 7a1adb0Copy full SHA for 7a1adb0
src/attributecode/gen.py
@@ -100,13 +100,13 @@ def check_duplicated_about_file_path(inventory_dict):
100
afp_list.append(component['about_file_path'])
101
return errors
102
103
-
+#TODO: this should be either the CSV or the ABOUT files but not both???
104
def load_inventory(location, base_dir, license_notice_text_location=None,
105
mapping_file=None):
106
"""
107
Load the inventory file at `location` for ABOUT and LICENSE files
108
stored in the `base_dir`. Return a list of errors and a list of
109
- About objects validated against the base_dir.
+ About objects validated against the `base_dir`.
110
Optionally use `license_notice_text_location` as the location of
111
license and notice texts.
112
0 commit comments