aboutsummaryrefslogtreecommitdiffstats
path: root/modules/util.py
Commit message (Collapse)AuthorAgeFilesLines
* walk_files extensions case insensitivew-e-w2024-02-091-1/+1
|
* Merge branch 'dev' into avoid-isfilesAUTOMATIC11112024-01-041-0/+70
|\
| * mass file lister as an attempt to tackle #14507AUTOMATIC11112024-01-031-0/+70
| |
* | Avoid unnecessary `isfile`/`exists` callsAarni Koskela2024-01-031-3/+3
|/
* create utility truncate_pathw-e-w2023-12-271-1/+11
| | | | | utli.truncate_path(target_path, base_path) return the target_path relative to base_path if target_path is a sub path of base_path else return the absolute path
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-0/+58
import errors related to shared.py