some bugfixes

This commit is contained in:
Daniel Knuettel 2017-12-29 00:08:37 +01:00
parent 5aae1ba847
commit 74258ce194
1 changed files with 2 additions and 0 deletions

View File

@ -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,