[Bugfix] fixxed wrong check for taupymodel
This commit is contained in:
parent
a1f6c5ffca
commit
43cab3767f
@ -1786,7 +1786,7 @@ class PickDlg(QDialog):
|
||||
|
||||
# init expected picks using obspy Taup
|
||||
try:
|
||||
if self.metadata and model is not None:
|
||||
if self.metadata and model != "None":
|
||||
self.model = TauPyModel(model)
|
||||
self.get_arrivals()
|
||||
self.drawArrivals()
|
||||
|
Loading…
Reference in New Issue
Block a user