[Fixed][Schematic] Append to missing title

This commit is contained in:
Salvador E. Tropea 2024-01-26 13:01:33 -03:00
parent 9c074e0bb9
commit c14019cc25
1 changed files with 1 additions and 1 deletions

View File

@ -831,7 +831,7 @@ class VariantOptions(BaseOptions):
self.old_title = None
if title:
if sch:
self.old_title = GS.sch.get_title()
self.old_title = GS.sch.get_title() or ''
else:
tb = GS.board.GetTitleBlock()
self.old_title = tb.GetTitle()