reformatting code
This commit is contained in:
parent
320b7b7219
commit
a2640e3126
@ -373,7 +373,7 @@ class MainWindow(QMainWindow):
|
||||
filter=filt)
|
||||
fname = fname[0]
|
||||
else:
|
||||
fname = unicode(action.data().toString())
|
||||
fname = str(action.data().toString())
|
||||
self.setFileName(fname)
|
||||
self.data += Data(self, evtdata=self.getFileName())
|
||||
self.updatePicks(type=type)
|
||||
|
Loading…
Reference in New Issue
Block a user