File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1433,7 +1433,8 @@ def windows_check() -> None:
1433
1433
"Windows Subsystem for Linux 2 (WSL2). If don't need to execute "
1434
1434
"CWL documents, then you can ignore this warning, but please "
1435
1435
"consider migrating to https://pypi.org/project/cwl-utils/ "
1436
- "for your CWL document processing needs."
1436
+ "for your CWL document processing needs." ,
1437
+ stacklevel = 1 ,
1437
1438
)
1438
1439
1439
1440
Original file line number Diff line number Diff line change 17
17
"Windows Subsystem for Linux 2 (WSL2). If don't need to execute "
18
18
"CWL documents, then you can ignore this warning, but please "
19
19
"consider migrating to https://pypi.org/project/cwl-utils/ "
20
- "for your CWL document processing needs."
20
+ "for your CWL document processing needs." ,
21
+ stacklevel = 1 ,
21
22
)
22
23
23
24
SETUP_DIR = os .path .dirname (__file__ )
You can’t perform that action at this time.
0 commit comments