Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
Correct method signature to match interface
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed May 9, 2020
1 parent 28383a9 commit 5cdf9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rkd/inputoutput.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def info_msg(self, text):
class SystemIO(IO):
""" Used for logging outside of tasks """

def capture_descriptors(self, target_file: str = None, stream = None):
def capture_descriptors(self, target_file: str = None, stream=None, enable_standard_out: bool = True):
pass


Expand Down

0 comments on commit 5cdf9aa

Please sign in to comment.