projects
/
~helmut
/
debian-dedup.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8693afe
)
webapp: remove broken assert
author
Helmut Grohne
<helmut@subdivi.de>
Wed, 20 Mar 2013 18:12:25 +0000
(19:12 +0100)
committer
Helmut Grohne
<helmut@subdivi.de>
Wed, 20 Mar 2013 18:12:25 +0000
(19:12 +0100)
Fails on long inputs.
webapp.py
patch
|
blob
|
history
diff --git
a/webapp.py
b/webapp.py
index
6c06e28
..
e234596
100755
(executable)
--- a/
webapp.py
+++ b/
webapp.py
@@
-21,7
+21,6
@@
hash_functions = [
jinjaenv = jinja2.Environment(loader=jinja2.FileSystemLoader("."))
def format_size(size):
- assert isinstance(size, int)
size = float(size)
fmt = "%d B"
if size >= 1024: