Skip to content
Snippets Groups Projects

Restructure log location

Merged Ashwin Kumar Karnad requested to merge restructure-log-location into main
1 file
+ 1
2
Compare changes
  • Side-by-side
  • Inline
@@ -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":
Loading