Do not save project files after importing SES
This commit is contained in:
parent
95000c1744
commit
a29f2352d0
|
|
@ -29,7 +29,7 @@ def main(argv):
|
|||
print('Importing Specctra SES ', session_file,' for ', board_file)
|
||||
board = pcbnew.LoadBoard(board_file)
|
||||
pcbnew.ImportSpecctraSES(board, session_file)
|
||||
success = pcbnew.SaveBoard(output_file, board, False)
|
||||
success = pcbnew.SaveBoard(output_file, board, True)
|
||||
if success:
|
||||
print('Saved output to ', output_file)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue