Skip to content

Commit 7949d8a

Browse files
committed
Fixed potential issue identified by GitHub CI workflow
1 parent 598db08 commit 7949d8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wfexs_backend/workflow_engines/cwl_engine.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ def _materializeEngineVersionLocal(
419419

420420
python_executable = self.python_cmd
421421
# A version directory is needed, also based on the python version
422+
python_version_major = 0
423+
python_version_minor = 0
422424
if python_executable is None or python_executable == sys.executable:
423425
python_version_major = sys.version_info.major
424426
python_version_minor = sys.version_info.minor

0 commit comments

Comments
 (0)