File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1433,7 +1433,7 @@ def windows_check() -> None:
14331433 "Windows Subsystem for Linux 2 (WSL2). If don't need to execute "
14341434 "CWL documents, then you can ignore this warning, but please "
14351435 "consider migrating to https://pypi.org/project/cwl-utils/ "
1436- "for your CWL document processing needs."
1436+ "for your CWL document processing needs." , stacklevel = 1
14371437 )
14381438
14391439
Original file line number Diff line number Diff line change 1717 "Windows Subsystem for Linux 2 (WSL2). If don't need to execute "
1818 "CWL documents, then you can ignore this warning, but please "
1919 "consider migrating to https://pypi.org/project/cwl-utils/ "
20- "for your CWL document processing needs."
20+ "for your CWL document processing needs." , stacklevel = 1
2121 )
2222
2323SETUP_DIR = os .path .dirname (__file__ )
You can’t perform that action at this time.
0 commit comments