Skip to content

Commit

Permalink
Fixed potential issue identified by GitHub CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandez committed Jul 28, 2024
1 parent 598db08 commit 7949d8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wfexs_backend/workflow_engines/cwl_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,8 @@ def _materializeEngineVersionLocal(

python_executable = self.python_cmd
# A version directory is needed, also based on the python version
python_version_major = 0
python_version_minor = 0
if python_executable is None or python_executable == sys.executable:
python_version_major = sys.version_info.major
python_version_minor = sys.version_info.minor
Expand Down

0 comments on commit 7949d8a

Please sign in to comment.