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