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