From fcd977c9bc292c4352f1f66a9ce87ed117f42566 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Thu, 16 Mar 2017 11:28:13 +0100 Subject: [PATCH] Additional screen output. --- pylot/core/io/data.py | 1 + 1 file changed, 1 insertion(+) 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!")