From 2b90c73f9f5f46bc0e882daa312df6f0f1f62a73 Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Thu, 3 Dec 2015 15:25:04 +0100 Subject: [PATCH] changed quotes for consistency --- pylot/core/pick/autopick.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pylot/core/pick/autopick.py b/pylot/core/pick/autopick.py index b6c1a11b..77ac893a 100755 --- a/pylot/core/pick/autopick.py +++ b/pylot/core/pick/autopick.py @@ -335,15 +335,15 @@ def autopickstation(wfstream, pickparam, verbose=False): Sflag = 0 else: - print("autopickstation: No vertical component data available!, " - "Skipping station!") + print('autopickstation: No vertical component data available!, ' + 'Skipping station!') if edat is not None and ndat is not None and len(edat) > 0 and len( ndat) > 0 and Pweight < 4: - msg = "Go on picking S onset ...\n" \ - "##################################################\n" \ - "Working on S onset of station {0}\nFiltering horizontal " \ - "traces ...".format(edat[0].stats.station) + msg = 'Go on picking S onset ...\n' \ + '##################################################\n' \ + 'Working on S onset of station {0}\nFiltering horizontal ' \ + 'traces ...'.format(edat[0].stats.station) if verbose: print(msg) # determine time window for calculating CF after P onset cuttimesh = [round(max([mpickP + sstart, 0])),