You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to build the main branch, gitlog2changelog.py failed with:
Traceback (most recent call last):
File "$SPACK_STAGE/spack-src/script/gitlog2changelog.py", line 55, in <module>
date = dateList[1]
~~~~~~~~^^^
IndexError: list index out of range
Describe the bug
When trying to build the main branch,
gitlog2changelog.py
failed with:This seems to be due to my
.gitconfig
containing:To Reproduce
Requires: spack/spack#36268
$ spack install environment-modules@main target=x86_64
Expected behavior
gitlog2changelog.py
should also work with non-default configurations.Error and debugging information
n/a
Modules version and configuration
n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered: