Consistent prefix for all PyLoT-output.

This commit is contained in:
Ludger Küperkoch
2017-06-23 15:45:45 +02:00
parent c9f0b126df
commit 9746913f8b
3 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
410fe-dirty
c9f0b-dirty

View File

@@ -95,7 +95,7 @@ class Data(object):
def getPicksStr(self):
picks_str = ''
for pick in self.get_evt_data().picks:
picks_str += str(pick) + '\n'
picks_str += str(PyLoT) + '\n'
return picks_str
def getParent(self):