Skip to content

Commit 3f8a732

Browse files
anticomputerCopilot
andcommitted
fix: remove duplicate logging.shutdown() call
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 55d3c58 commit 3f8a732

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • src/seclab_taskflow_agent

src/seclab_taskflow_agent/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def main(
180180
logging.shutdown()
181181
sys.stdout.flush()
182182
sys.stderr.flush()
183-
logging.shutdown()
184183
os._exit(exit_code)
185184

186185

0 commit comments

Comments
 (0)