fix
This commit is contained in:
parent
814e56350c
commit
e7a6a6f088
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue