mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-18 22:38:07 +00:00
parent
9bceaa89b7
commit
94ebd732a8
@ -326,7 +326,7 @@ def _convert_1_3_later(topo, topo_path):
|
|||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
for note in topo.get("notes", []):
|
for note in topo.get("notes", []):
|
||||||
font_info = note["font"].split(",")
|
font_info = note["font"].get("TypeWriter,10,-1,5,75,0,0,0,0,0").split(",")
|
||||||
|
|
||||||
if font_info[4] == "75":
|
if font_info[4] == "75":
|
||||||
weight = "bold"
|
weight = "bold"
|
||||||
|
Loading…
Reference in New Issue
Block a user