Skip to content
Snippets Groups Projects
Commit 94316262 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

update the default root_dir

parent 41a6493e
No related branches found
No related tags found
1 merge request!70Convert to a package
Pipeline #371895 passed
...@@ -1189,8 +1189,8 @@ def main(): ...@@ -1189,8 +1189,8 @@ def main():
# Carry out the action # Carry out the action
args = parser.parse_args() args = parser.parse_args()
# target dir is the place where this script exists. the # root dir is the place where this script is called from
root_dir = Path(os.path.dirname(os.path.realpath(__file__))) root_dir = Path(os.getcwd())
set_up_logging( set_up_logging(
args.loglevel, args.loglevel,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment