This commit is contained in:
Komzpa 2012-02-27 15:59:35 +03:00
parent 814e56350c
commit e7a6a6f088

View file

@ -135,7 +135,8 @@ class StyleChooser:
"hack to support josm's style casings"
if b.strip()[0] = "+":
try:
ra[a] = float(b) / 2.
b = float(b) / 2.
ra[a] = b
except ValueError:
pass