From cf34c9465cd54e22c5de86d442286da228d05a5d Mon Sep 17 00:00:00 2001 From: Marcel Date: Tue, 17 Jul 2018 14:22:14 +0200 Subject: [PATCH] [minor] cosmetics --- pylot/core/io/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/io/data.py b/pylot/core/io/data.py index 1701e10b..1328a7b7 100644 --- a/pylot/core/io/data.py +++ b/pylot/core/io/data.py @@ -507,7 +507,7 @@ class Data(object): print("Writing phases to ObsPy-quakeml file") for key in picks: if picks[key]['P']['picker'] == 'auto': - print("Existing picks will be overwritten!") + print("Existing auto-picks will be overwritten in pick-dictionary!") picks = picks_from_picksdict(picks) break else: