Final version of the SINQ EPICS module for RHEL7 in 2023

- Fixes to MasterMACS, mostly.
- Minor changes
This commit is contained in:
2024-01-11 14:05:49 +01:00
parent 9422353107
commit b4e201ae86
9 changed files with 212 additions and 153 deletions

View File

@ -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('{}')