[Bugfix] One argument for export was missing.
This commit is contained in:
parent
a61eebba29
commit
92f4ae3923
@ -1958,7 +1958,7 @@ class MainWindow(QMainWindow):
|
||||
phasefile = os.path.split(os.tempnam())[-1]
|
||||
phasepath = os.path.join(locroot, 'obs', phasefile)
|
||||
locpath = os.path.join(locroot, 'loc', outfile)
|
||||
lt.export(self.getPicks(), phasepath)
|
||||
lt.export(self.getPicks(), phasepath, self.project.parameter)
|
||||
lt.modify_inputs(infile, locroot, outfile, phasefile, ttt)
|
||||
try:
|
||||
lt.locate(infile)
|
||||
|
@ -1 +1 @@
|
||||
9b22-dirty
|
||||
a61e-dirty
|
||||
|
Loading…
x
Reference in New Issue
Block a user