Index: spongenet/trunk/spongenet/expand.py =================================================================== --- spongenet/trunk/spongenet/expand.py (revision 342) +++ spongenet/trunk/spongenet/expand.py (revision 343) @@ -270,8 +270,8 @@ >>> reffile = ref_handle.read() >>> xmlfile = xml_handle.read() - >>> reffile == xmlfile - True >>> ref_handle.close() >>> xml_handle.close() + >>> reffile == xmlfile + True >>> os.path.exists(xml_subdir) False