Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Aug 1, 2024
1 parent 7509363 commit 342d9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/cmd/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -864,7 +864,7 @@ def status_wrapper(name, args):
lambda h: isinstance(h, log.LogExporter), root_logger.handlers
)
)
new_recoverable_errors = handler.export_logs()
new_recoverable_errors = handler.export_logs()
handler.clean_logs()
for key in new_recoverable_errors.keys():
if key in preexisting_recoverable_errors:
Expand Down

0 comments on commit 342d9a4

Please sign in to comment.