[Bugfix] One argument for export was missing.

This commit is contained in:
Ludger Küperkoch 2017-06-30 10:41:47 +02:00
parent a61eebba29
commit 92f4ae3923
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1 +1 @@
9b22-dirty
a61e-dirty