preserve the occurrence of the authority id in the filenames for write support of event information
This commit is contained in:
@@ -36,7 +36,7 @@ def runProgram(cmd, parameter=None):
|
|||||||
|
|
||||||
def fnConstructor(s):
|
def fnConstructor(s):
|
||||||
if type(s) is str:
|
if type(s) is str:
|
||||||
s = s.split('/')[-1]
|
s = s.split(':')[-1]
|
||||||
else:
|
else:
|
||||||
s = getHash(UTCDateTime())
|
s = getHash(UTCDateTime())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user