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:
02d1c2a
)
find_typedefs.py: Comment about variable 'li'
author
Nils Gillmann
<ng0@n0.is>
Tue, 22 May 2018 09:55:04 +0000
(09:55 +0000)
committer
Nils Gillmann
<ng0@n0.is>
Tue, 22 May 2018 09:55:04 +0000
(09:55 +0000)
Signed-off-by: Nils Gillmann <ng0@n0.is>
contrib/scripts/find_typedefs.py
patch
|
blob
|
history
diff --git
a/contrib/scripts/find_typedefs.py
b/contrib/scripts/find_typedefs.py
index d2c4cd815456cf2943d96b587831b6aa606aaef4..b344cee2b0b6cca5e5a94d884606b6e18c076876 100644
(file)
--- a/
contrib/scripts/find_typedefs.py
+++ b/
contrib/scripts/find_typedefs.py
@@
-1,3
+1,5
@@
+# XXX (F841): local variable 'li' is assigned to but never used
+
from __future__ import print_function
from __future__ import unicode_literals
import os