commit ba44193705cdabb31482c2591cd0a021562ff7ce
parent 0200994696788093c744a02331ec415952a35b3a
Author: Kévin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sun, 31 Oct 2021 09:43:14 +0100
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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)