preserve the occurrence of the authority id in the filenames for write support of event information

This commit is contained in:
Sebastian Wehling-Benatelli 2015-07-08 14:58:42 +02:00
parent 05d38f583f
commit ec9840839e

View File

@ -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())