Mercurial > p > roundup > code
diff CHANGES.txt @ 6729:14c16ba06abe
Add another ticket that results from pip installing templates
roundup now knows how to look for them in the place pip buries them.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Jun 2022 23:29:04 -0400 |
| parents | 3f3ce3004013 |
| children | 031996eb9bb5 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jun 26 23:24:04 2022 -0400 +++ b/CHANGES.txt Sun Jun 26 23:29:04 2022 -0400 @@ -35,6 +35,8 @@ length. All other paths with a . in then will be passed through without change. This allows items like a JWT to be passed as a path element. (John Rouillard) +- issue2550995 - KeyError classic during roundup-admin install. Add + paths to search for locale and template files. - issue2551167 - pip install in containerized environments puts template and locale files under site-packages where roundup can't find them. Change code to find them under site-packages.
