Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jul 21, 2023
1 parent 421f24c commit 329e5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pioreactor/cli/pio.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def log(message: str, level: str, name: str, local_only: bool):
getattr(logger, level)(message)

# flush and close handlers
for handler in logger.handlers:
for handler in logger.logger.handlers:
handler.flush()
handler.close()

Expand Down

0 comments on commit 329e5e5

Please sign in to comment.