Feature #7063
Add carriage returns to lines in the FCL files that are generated with manageXYZ -v
Start date:
09/23/2014
Due date:
09/26/2014
% Done:
80%
Estimated time:
2.00 h
Description
From Alessandro:
Dear Kurt,
we found a problem in the run controller with unix based fcl files.
Do you think that for you is feasible to change the generation of fcl files in the ruby script adding the carriage return at the end of the line?
This can be done with minimal changes as it follows:
print my_text.gsub(/\n/,"\n\r")
Thanks
Alessandro
History
#1 Updated by Kurt Biery over 6 years ago
- Status changed from New to Assigned
- Assignee set to Kurt Biery
#2 Updated by Kurt Biery over 6 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 80
I modified ds50daq/scripts/ds50MasterControl.rb to include this.