Skip to content

Commit 6d52e73

Browse files
committed
Remove unused arguments and file
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent b45ad61 commit 6d52e73

File tree

2 files changed

+2
-40
lines changed

2 files changed

+2
-40
lines changed

about.cfg

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/attributecode/gen.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,11 @@ def load_inventory(location, base_dir, reference_dir=None,
193193
return unique(errors), abouts
194194

195195

196-
def generate(location, base_dir, reference_dir=None,
197-
fetch_license=False, policy=None, conf_location=None,
196+
def generate(location, base_dir, reference_dir=None, fetch_license=False,
198197
with_empty=False, with_absent=False, mapping_file=None):
199198
"""
200199
Load ABOUT data from a CSV inventory at `location`. Write ABOUT files to
201-
base_dir using policy flags and configuration file at conf_location.
202-
Policy defines which action to take for merging or overwriting fields and
203-
files. Return errors and about objects.
200+
base_dir. Return errors and about objects.
204201
"""
205202
not_exist_errors = []
206203
api_url = ''

0 commit comments

Comments
 (0)