From 3c0062d17078401ab3a62b5c0acb0eaed8f7afb8 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" Date: Mon, 30 Mar 2015 10:16:24 -0400 Subject: [PATCH] document IO error catching --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9577c0c741..0e755ea22d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-03-30 Michael R. Crusoe + + * khmer/{__init__.py,_khmermodule.cc},lib/{counting,hashbits,hashtable, + subset}.cc: catch IO errors and report them. + * tests/test_hashbits.py: remove write to fixed path in /tmp + * tests/test_scripts.py: added test for empty counting table file + 2015-03-28 Kevin Murray * lib/hashbits.hh: Add Hashbits::n_tables() accessor