remove codes for debug
This commit is contained in:
parent
83048cee65
commit
6e4e576499
@ -708,7 +708,6 @@ class MainWindow(QMainWindow, WindowMixin):
|
|||||||
self.defaultSaveDir is not None:
|
self.defaultSaveDir is not None:
|
||||||
basename = os.path.basename(os.path.splitext(self.filename)[0])
|
basename = os.path.basename(os.path.splitext(self.filename)[0])
|
||||||
xmlPath = os.path.join(self.defaultSaveDir, basename + '.xml')
|
xmlPath = os.path.join(self.defaultSaveDir, basename + '.xml')
|
||||||
print xmlPath
|
|
||||||
self.loadPascalXMLByFilename(xmlPath)
|
self.loadPascalXMLByFilename(xmlPath)
|
||||||
|
|
||||||
return True
|
return True
|
||||||
@ -1040,7 +1039,6 @@ class MainWindow(QMainWindow, WindowMixin):
|
|||||||
if self.filename is None:
|
if self.filename is None:
|
||||||
return
|
return
|
||||||
if os.path.exists(filename) is False:
|
if os.path.exists(filename) is False:
|
||||||
print filename + ': xml not exist'
|
|
||||||
return
|
return
|
||||||
|
|
||||||
tVocParseReader = PascalVocReader(filename)
|
tVocParseReader = PascalVocReader(filename)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user