We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598db08 commit 7949d8aCopy full SHA for 7949d8a
wfexs_backend/workflow_engines/cwl_engine.py
@@ -419,6 +419,8 @@ def _materializeEngineVersionLocal(
419
420
python_executable = self.python_cmd
421
# A version directory is needed, also based on the python version
422
+ python_version_major = 0
423
+ python_version_minor = 0
424
if python_executable is None or python_executable == sys.executable:
425
python_version_major = sys.version_info.major
426
python_version_minor = sys.version_info.minor
0 commit comments