Selva163 / augustus

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

Calling execRow.reset() will always raise an exception #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  In execRow.reset(), it will always call execRow.update() with one parameter.

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

execRow.update() takes zero parameters.  Why was it thought that a parameter 
was necessary in 
reset()?

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:50

GoogleCodeExporter commented 8 years ago
This has been resolved 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:02

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

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