diff --git a/pylot/core/io/data.py b/pylot/core/io/data.py index e82f8a61..59d92e5e 100644 --- a/pylot/core/io/data.py +++ b/pylot/core/io/data.py @@ -297,6 +297,7 @@ class Data(object): #firstonset = find_firstonset(picks) # check for automatic picks + print("Writing phases to ObsPy-quakeml file") for key in picks: if picks[key]['P']['picker'] == 'autoPyLoT': print("Existing picks will be overwritten!")