diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-10-31 09:43:14 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2021-10-31 09:43:14 +0100 |
| commit | ba44193705cdabb31482c2591cd0a021562ff7ce (patch) | |
| tree | e28398567017f37f24d3c79e2ac5c66411ac0f93 /build-programs.py | |
| parent | 0200994696788093c744a02331ec415952a35b3a (diff) | |
| download | quatuorbellefeuille.com-ba44193705cdabb31482c2591cd0a021562ff7ce.tar.xz | |
Fix typo
Diffstat (limited to 'build-programs.py')
| -rwxr-xr-x | build-programs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-programs.py b/build-programs.py index 2df6dbd..d749b80 100755 --- a/build-programs.py +++ b/build-programs.py @@ -66,7 +66,7 @@ def print_program(info): def main(programs_src): # pathlib.Path(x).relative_to(y) cannot handle y not being under x, - # os.path.relpath('x') yields '' rather than '.'. + # os.path.dirname('x') yields '' rather than '.'. # 😮💨 imgdir = path.relpath('images', Path(programs_src).parent) |
