Skip to content

Commit

Permalink
Merge pull request #4029 from lyr-ast/issue-#4024
Browse files Browse the repository at this point in the history
Enforced --path as a required parameter for scancode-license-data module
  • Loading branch information
AyanSinhaMahapatra authored Jan 14, 2025
2 parents 13b47a7 + 34e3996 commit f321b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/licensedcode/license_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ def scancode_license_data(path):
'--path',
type=click.Path(exists=False, writable=True, file_okay=False, resolve_path=True, path_type=str),
metavar='DIR',
required=True,
help='Dump the license data in this directory in the LicenseDB format and exit. '
'Creates the directory if it does not exist. ',
help_group=MISC_GROUP,
Expand Down

0 comments on commit f321b4d

Please sign in to comment.