minor change at createResourceID

This commit is contained in:
sebastianp 2015-12-01 12:30:24 +01:00
parent d4bb265c37
commit a9d5f74a03

View File

@ -213,7 +213,7 @@ def createResourceID(timetohash, restype, authority_id=None, hrstr=None):
:type restype: str :type restype: str
:param authority_id: name of the institution carrying out the processing :param authority_id: name of the institution carrying out the processing
:type authority_id: str, optional :type authority_id: str, optional
# hrstr missing :param hrstr:
:return: :return:
''' '''
assert isinstance(timetohash, UTCDateTime), "'timetohash' is not an ObsPy" \ assert isinstance(timetohash, UTCDateTime), "'timetohash' is not an ObsPy" \