projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53e1d7b
)
fix
author
ng0
<ng0@n0.is>
Sat, 9 Mar 2019 12:16:21 +0000
(12:16 +0000)
committer
ng0
<ng0@n0.is>
Sat, 9 Mar 2019 12:16:21 +0000
(12:16 +0000)
contrib/scripts/lint-python.sh
patch
|
blob
|
history
diff --git
a/contrib/scripts/lint-python.sh
b/contrib/scripts/lint-python.sh
index cf737cae257777a2a7358777795e69981e0a1451..0e46719ffbf7804b1d85a2ee065f9596d2baa571 100755
(executable)
--- 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" ]