gtjemwa / augustus

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

Crash when converting an empty unitable to csv #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.  create empty unitable
2.  use to_csv() method 

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

We do not see the problem when sending an empty unitable to a XML or HTML 
string.

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

GoogleCodeExporter commented 8 years ago
should have been to_csv_file(filename) in the bug report.  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 3:57

GoogleCodeExporter commented 8 years ago
Fixed with augustus/kernel/unitable/storage.py revision 262.

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