bugfix self._inputs not assigned
This commit is contained in:
parent
2628e9d568
commit
6563b01293
@ -87,6 +87,7 @@ class MainWindow(QMainWindow):
|
||||
self.infile = infile[0]
|
||||
else:
|
||||
self.infile = infile
|
||||
self._inputs = AutoPickParameter(infile)
|
||||
|
||||
self.project = Project()
|
||||
self.array_map = None
|
||||
|
@ -1 +1 @@
|
||||
e966-dirty
|
||||
2628-dirty
|
||||
|
Loading…
Reference in New Issue
Block a user