Final version of the SINQ EPICS module for RHEL7 in 2023
- Fixes to MasterMACS, mostly. - Minor changes
This commit is contained in:
@ -59,7 +59,7 @@ def scan_substitution_file(filename):
|
||||
# import pdb; pdb.set_trace()
|
||||
with open(filename, 'r') as fin:
|
||||
rawline = fin.readline()
|
||||
import pdb; pdb.set_trace()
|
||||
# import pdb; pdb.set_trace()
|
||||
while rawline:
|
||||
line = rawline.replace(' ','')
|
||||
line = line.strip('{}')
|
||||
|
Reference in New Issue
Block a user