[bugfix] full path for ctrfile
This commit is contained in:
parent
4cb3f72ba8
commit
f4201c4e2f
2
PyLoT.py
2
PyLoT.py
@ -2764,7 +2764,7 @@ class MainWindow(QMainWindow):
|
||||
self.PyLoTprefs()
|
||||
self.locate_event()
|
||||
|
||||
ctrfile = parameter['ctrfile']
|
||||
ctrfile = os.path.join(locroot, 'run', parameter['ctrfile'])
|
||||
|
||||
ttt = parameter['ttpatter']
|
||||
outfile = parameter['outpatter']
|
||||
|
Loading…
x
Reference in New Issue
Block a user