Skip to content

Commit 023fe20

Browse files
authored
Update cwltool/cwlviewer.py
1 parent 49df34f commit 023fe20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/cwlviewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if Version(pydot.__version__) > Version("3.0"):
1313
quote_id_if_necessary = pydot.quote_id_if_necessary
1414
else:
15-
quote_id_if_necessary = pydot.quote_if_necessary
15+
quote_id_if_necessary = pydot.quote_if_necessary # type: ignore[attr-defined]
1616

1717

1818
def _get_inner_edges_query() -> str:

0 commit comments

Comments
 (0)