From a9d5f74a032bfa63ac167f5cc4c1d8772126a3ff Mon Sep 17 00:00:00 2001 From: sebastianp Date: Tue, 1 Dec 2015 12:30:24 +0100 Subject: [PATCH] minor change at createResourceID --- pylot/core/util/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/util/utils.py b/pylot/core/util/utils.py index fca9d48e..6cfb86d7 100644 --- a/pylot/core/util/utils.py +++ b/pylot/core/util/utils.py @@ -213,7 +213,7 @@ def createResourceID(timetohash, restype, authority_id=None, hrstr=None): :type restype: str :param authority_id: name of the institution carrying out the processing :type authority_id: str, optional - # hrstr missing + :param hrstr: :return: ''' assert isinstance(timetohash, UTCDateTime), "'timetohash' is not an ObsPy" \