Remove test variable
This commit is contained in:
@@ -399,7 +399,6 @@ class MainFrame(wx.Frame):
|
|||||||
if format_ == 0:
|
if format_ == 0:
|
||||||
sPort = Port.getInstance()
|
sPort = Port.getInstance()
|
||||||
output = sPort.exportXml(None, fit)
|
output = sPort.exportXml(None, fit)
|
||||||
output_test = sPort.exportXml(None, self.getActiveFit())
|
|
||||||
if '.' not in os.path.basename(path):
|
if '.' not in os.path.basename(path):
|
||||||
path += ".xml"
|
path += ".xml"
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user