Fix junction pattern type
This commit is contained in:
@@ -162,7 +162,7 @@ def set_junction_pattern(name: str, id: str, pattern: str) -> ChangeSet:
|
|||||||
add_operation(name, redo, undo)
|
add_operation(name, redo, undo)
|
||||||
|
|
||||||
change = ChangeSet()
|
change = ChangeSet()
|
||||||
change.update('junction', id, 'pattern', 'float', str(pattern))
|
change.update('junction', id, 'pattern', 'str', str(pattern))
|
||||||
return change
|
return change
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user