git.droids-corp.org
/
diff2html.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9d556f
)
cosmetic: remove unused variable output
author
Olivier Matz
<olivier.matz@6wind.com>
Fri, 15 Jun 2012 13:32:23 +0000
(15:32 +0200)
committer
Olivier Matz
<zer0@droids-corp.org>
Thu, 9 Aug 2012 18:03:39 +0000
(20:03 +0200)
Signed-off-by: Sergey Satskiy <sergey.satskiy@gmail.com>
Signed-off-by: Olivier Matz <zer0@droids-corp.org>
diff2html.py
patch
|
blob
|
history
diff --git
a/diff2html.py
b/diff2html.py
index
5704270
..
6e2751e
100644
(file)
--- a/
diff2html.py
+++ b/
diff2html.py
@@
-395,7
+395,6
@@
def main():
print str(err) # will print something like "option -a not recognized"
usage()
sys.exit(2)
- output = None
verbose = False
for o, a in opts:
if o in ("-h", "--help"):