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 629aea3 commit a96e054Copy full SHA for a96e054
1 file changed
cwltool/workflow_job.py
@@ -858,7 +858,6 @@ def job(
858
# depends which one comes first. All steps are completed
859
# or all outputs have been produced.
860
861
- def __repr__(self):
862
def __repr__(self) -> str:
863
return f"<{self.__class__.__name__} [{self.name}]>"
864
0 commit comments