[v6/7 Schematic][Fixed] Error in saved version
- Mixing save/load v6/v7 produced hybrids
This commit is contained in:
parent
6dcdb0b363
commit
b2db4f33d0
|
|
@ -1758,6 +1758,9 @@ class SchematicV6(Schematic):
|
|||
return [Sep(), Sep(), _symbol('lib_symbols', data), Sep()]
|
||||
|
||||
def save(self, fname=None, dest_dir=None, base_sheet=None, saved=None):
|
||||
# Switch to the current version
|
||||
global version
|
||||
version = self.version
|
||||
cross = dest_dir is not None
|
||||
if base_sheet is None:
|
||||
# We are the base sheet
|
||||
|
|
|
|||
Loading…
Reference in New Issue