We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4163c commit 3c75e98Copy full SHA for 3c75e98
cwltool/main.py
@@ -961,7 +961,7 @@ def main(
961
if hasattr(sys.stdout, "detach"):
962
stdout = io.TextIOWrapper(sys.stdout.buffer, encoding="utf-8")
963
else:
964
- stdout = getwriter("utf-8")(sys.stdout) # type: ignore[assignment,arg-type]
+ stdout = getwriter("utf-8")(sys.stdout) # type: ignore
965
966
stdout = sys.stdout
967
stdout = cast(IO[str], stdout)
0 commit comments