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. |
||
|---|---|---|
| .. | ||
| data | ||
| external-repos | ||
| mod | ||
| pipelines | ||
| run | ||
| src | ||
| .gitignore | ||
| __init__.py | ||
| test.py | ||