projects
/
platform
/
upstream
/
crda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed9647a
)
fix very stupid parser bug
author
Johannes Berg
<johannes@sipsolutions.net>
Fri, 23 May 2008 09:45:41 +0000
(11:45 +0200)
committer
Johannes Berg
<johannes@sipsolutions.net>
Fri, 23 May 2008 09:45:41 +0000
(11:45 +0200)
dbparse.py
patch
|
blob
|
history
diff --git
a/dbparse.py
b/dbparse.py
index
cee8d20
..
3826ab0
100644
(file)
--- a/
dbparse.py
+++ b/
dbparse.py
@@
-46,7
+46,7
@@
class DBParser(object):
try:
start, end = freqs.split('-')
start = float(start)
- end = float(
start
)
+ end = float(
end
)
except ValueError:
self._syntax_error("band must have frequency range")