aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/dac91856-cb6a-4f69-8c03-38ff0b29aab2/comments/1182d8e6-5e87-4d0a-b271-c298c36bbc21/body
blob: 2887d2b39125ee3e3eb1de589b12645d26dc4680 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Problem was due to 
  open-value-file
  write-value-file
  add/update-value-file
which should be (and now is)
  open-value-file
  write-value-file
  close-value-file
  add/update-value-file
since it was getting added before the changes we'd written were flushed out.