Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Jim Bosch
Jim BoschReporter
Jim Bosch
Jim BoschReviewers
Tim Jenness
Story Points
0.5
RubinTeam
Data Release Production
Components
Priority
Checklist
Checklist
Created November 15, 2016 at 1:09 PM
Updated November 15, 2016 at 2:44 PM
Resolved November 15, 2016 at 2:44 PM
ConfigurableField.save
uses the Python bufferwrite
method but doesn't append a newline (it should probably append two for readability).This is leads to a failure to read persisted configs, first noticed in an lsst_py3 Jenkins run of tickets/DM-8230, in meas_modelfit:testMeasureImage.py:103, in
copy.deepcopy
.My only guess as to how we haven't noticed this before is that it's somehow not causing a problem in Python 2, and we hadn't tested Python 3 until now.