commit d8da8d58a4354a687445e0d6e7b718840151d73f parent 53e1d7b8612158d99b7b8ae664573f8987478d7f Author: ng0 <ng0@n0.is> Date: Sat, 9 Mar 2019 12:16:21 +0000 fix Diffstat:
| M | contrib/scripts/lint-python.sh | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/contrib/scripts/lint-python.sh b/contrib/scripts/lint-python.sh @@ -10,7 +10,8 @@ existence() command -v "$1" >/dev/null 2>&1 } -LOGFILE="lint/python-lint.log" +# It is assumed that you are in 'lint'. +LOGFILE="python-lint.log" # invoke from root of source! if [ $(basename $(pwd)) = "scripts" ]