Skip to content

Commit

Permalink
fixup! feat(log): Add --no-volatile-info as class option to all scanners
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandjarisch committed Sep 20, 2023
1 parent c364604 commit 89a89ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _main() -> int:

for record in record_generator:
record.colored = colored
print(record)
print(record, end="")

return 0

Expand Down

0 comments on commit 89a89ef

Please sign in to comment.