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 11564e3 commit f8c4f06Copy full SHA for f8c4f06
cwlupgrader/main.py
@@ -38,7 +38,7 @@ def main(args=None): # type: (Optional[List[str]]) -> int
38
elif document["cwlVersion"] == "v1.0":
39
document = v1_0_to_v1_1(document)
40
ruamel.yaml.scalarstring.walk_tree(document)
41
- print (ruamel.yaml.round_trip_dump(document, default_flow_style=False))
+ print(ruamel.yaml.round_trip_dump(document, default_flow_style=False))
42
return 0
43
44
0 commit comments