minor change at createResourceID
This commit is contained in:
parent
d4bb265c37
commit
a9d5f74a03
@ -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" \
|
||||||
|
Loading…
Reference in New Issue
Block a user