Skip to content

Commit

Permalink
pre-commit run -a
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Oct 30, 2023
1 parent b5ca798 commit 271755a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion repo2podman/podman.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def logs(self, *, stream=False, timestamps=False, since=None):
log_command.extend(["--since", since])

if stream:

# Podman logs --follow may hang if container is stopped
def iter_logs(cid):
try:
Expand Down

0 comments on commit 271755a

Please sign in to comment.