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

record_script_execution_summary should be called only once, in the main()

parent 10301788
No related branches found
No related tags found
1 merge request!115Resolve "declutter the top level log file"
......@@ -1419,6 +1419,7 @@ def main():
log_file,
)
record_script_execution_summary(root_dir)
# Check the command and run related function
if args.action == "remove":
remove_environment(args.release, root_dir, args.package_set)
......
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