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
This commit is part of merge request !70. Comments created here will be created in the context of that merge request.
......@@ -1189,8 +1189,8 @@ def main():
# Carry out the action
args = parser.parse_args()
# target dir is the place where this script exists. the
root_dir = Path(os.path.dirname(os.path.realpath(__file__)))
# root dir is the place where this script is called from
root_dir = Path(os.getcwd())
set_up_logging(
args.loglevel,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment