Instead of using string interpolation and concatenation to build file system paths, use `os.path.join` or directly the constructor for `pathlib.Path`, which can take path segments. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_monitor.py | ||
| test_objectstore.py | ||
| test_osbuild.py | ||
| test_util_ctx.py | ||
| test_util_jsoncomm.py | ||
| test_util_linux.py | ||
| test_util_osrelease.py | ||
| test_util_ostree.py | ||
| test_util_rmrf.py | ||
| test_util_selinux.py | ||