Skip to content

Commit 947c7a2

Browse files
committed
MS Wwindows warnings don't need deep stacktraces
1 parent c4c9add commit 947c7a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cwltool/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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

2323
SETUP_DIR = os.path.dirname(__file__)

0 commit comments

Comments
 (0)