Skip to content

Commit

Permalink
actions.py: flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
panlinux committed Dec 31, 2023
1 parent 912b1ee commit d5efa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uaclient/actions.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def collect_logs(cfg: config.UAConfig, output_dir: str):
)
# XXX due to test_cli_collect_logs.TestActionCollectLogs.test_collect_locs
# mocking subp to always return (None,None)
if kernel_logs == None:
if kernel_logs is None:
kernel_logs = ""
# filter out only what interests us
apparmor_logs = []
Expand Down

0 comments on commit d5efa5f

Please sign in to comment.