Build: #2 failed
Job: Pipeline PR Test 6.7.4 failed
Code commits
Pipeline
-
Rui Xue <rx.astro@gmail.com> b90cbfa7ff54c78c9881daece2c5d57c841337c4
PIPE-2644: Fix code review issues in `environment.py` and `htmlrenderer.py`
- Remove duplicate LOG definition at module level
- Fix _load(): wrap open() in try/except so on_error is actually returned
on failure (previously unreachable dead code)
- Add python_version attribute to Environment Protocol and
CommonEnvironment; use n.python_version in get_environment_tables()
so each MPI node reports its own Python version instead of the client's
- Simplify except (ImportError, AttributeError, Exception) to except
Exception in _get_required_dependencies()
- Remove duplicate bare requirements.txt parsing block in
_get_required_dependencies() (dead code after the try/except fallback)