aboutsummaryrefslogtreecommitdiffstats
path: root/modules/infotext_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Avoid unnecessary `isfile`/`exists` callsAarni Koskela2024-01-031-1/+3
|
* fix #14497AUTOMATIC11112024-01-021-0/+12
|
* rename infotext.py again, this time to infotext_utils.py; I didn't realize ↵AUTOMATIC11112024-01-011-0/+502
infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests