Skip to content

Commit c977f68

Browse files
Update CODE/Logicytics.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Shahm Najeeb <[email protected]>
1 parent e740fc2 commit c977f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CODE/Logicytics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ def handle_sub_action():
417417
"""
418418
log.info("Completed successfully!")
419419
log.newline()
420-
# Do not handle sub actions for performance check
420+
# Handle sub actions for all actions except performance check
421421
if ACTION != "performance_check":
422422
if SUB_ACTION == "shutdown":
423423
subprocess.call("shutdown /s /t 3", shell=False)

0 commit comments

Comments
 (0)