mirror of
https://github.com/daknuett/licor
synced 2025-04-11 13:04:06 +00:00
some bugfixes
This commit is contained in:
parent
5aae1ba847
commit
74258ce194
@ -179,6 +179,8 @@ if( __name__ == "__main__"):
|
||||
method = "line"
|
||||
|
||||
path = args["<path>"]
|
||||
if(not path):
|
||||
path = "."
|
||||
ignore_paths = args["--ignore-paths"].split(",")
|
||||
ignore_db = args["--ignore-db"]
|
||||
insert_templates_all(path, args["--file-ending"], ignore_paths, license_name,
|
||||
|
Loading…
Reference in New Issue
Block a user