Same for multiple event processing.
This commit is contained in:
parent
6676484a61
commit
43d243e0a1
@ -119,6 +119,7 @@ def autoPyLoT(inputfile):
|
|||||||
filedata = None
|
filedata = None
|
||||||
nllfile = open(locfile, 'r')
|
nllfile = open(locfile, 'r')
|
||||||
filedata = nllfile.read()
|
filedata = nllfile.read()
|
||||||
|
if filedata.find(locfiles) < 0:
|
||||||
# replace old command
|
# replace old command
|
||||||
filedata = filedata.replace('LOCFILES', locfiles)
|
filedata = filedata.replace('LOCFILES', locfiles)
|
||||||
nllfile = open(locfile, 'w')
|
nllfile = open(locfile, 'w')
|
||||||
|
Loading…
Reference in New Issue
Block a user