Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 4, 2024
1 parent 648bcd1 commit cf89dd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moler/cmd/unix/bzip2.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def build_command_string(self):
return cmd

def on_new_line(self, line, is_full_line):
print(f"on_new_line: {is_full_line}-> '{line}'")
try:
if is_full_line:
self._parse_error_via_output_line(line)
Expand Down

0 comments on commit cf89dd9

Please sign in to comment.