compatibility fix
This commit is contained in:
parent
75b9a49c92
commit
729348c4ac
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ class StyleChooser:
|
|||
"josm support"
|
||||
if b[0] == "+":
|
||||
try:
|
||||
b = float(b)/2
|
||||
b = str(float(b)/2)
|
||||
except:
|
||||
pass
|
||||
if "text" == a[-4:]:
|
||||
|
|
Loading…
Add table
Reference in a new issue