Selva163 / augustus

Automatically exported from code.google.com/p/augustus
0 stars 0 forks source link

execRow revert doesn't revert stored values #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1.  Call execRow.update(), it updates its internal dictionary to reflect the 
changes made in its 
member execCollumns.  
2.  When you call execRow.revert(), it only calls revert on it's member 
execCollumns and doesn't 
update it's internal dictionary to reflect the reverted state of the of the 
columns

What is the expected output? What do you see instead?

The internal dictionary should be updated.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by collinbe...@gmail.com on 1 Oct 2009 at 4:47

GoogleCodeExporter commented 8 years ago
this has been fixed and will be moved into the trunk for the 0.4.2 release

Original comment by collinbe...@gmail.com on 29 Aug 2010 at 4:07

GoogleCodeExporter commented 8 years ago
Fixed with augustus/runlib/execRow.py revision 265.

Original comment by collinbe...@gmail.com on 30 Aug 2010 at 7:34