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" \