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

remove redundant line

parent 451ef739
No related branches found
No related tags found
1 merge request!29Restructure log location
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
......@@ -910,9 +910,8 @@ def main():
# target dir is the place where this script exists. the
script_dir = Path(os.path.dirname(os.path.realpath(__file__)))
installer_log_file = get_installer_log_file(args, script_dir)
set_up_logging(args.loglevel, installer_log_file)
set_up_logging(args.loglevel, get_installer_log_file(args, script_dir))
# Check the command and run related function
if args.action == "remove":
......
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