提交 c8607626 authored 作者: Frederic Bastien's avatar Frederic Bastien

Fix comments following code review.

上级 9bb0691f
......@@ -218,7 +218,7 @@ class T_Scan(unittest.TestCase):
cPickle.dump(_my_f, open('tmp_scan_test_pickle.pkl','wb'),-1)
my_f = cPickle.load(open('tmp_scan_test_pickle.pkl'))
finally:
# Get back to the orinal dir, and temporary one.
# Get back to the orinal dir, and delete temporary one.
os.chdir(origdir)
if tmpdir is not None:
shutil.rmtree(tmpdir)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论