From ed7f0b4b39f622b13fce4d3c4ef154231fe07954 Mon Sep 17 00:00:00 2001 From: Henrique Date: Mon, 25 Nov 2019 10:24:46 -0500 Subject: [PATCH] Making windows happy --- test/mitmproxy/tools/console/test_commander.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mitmproxy/tools/console/test_commander.py b/test/mitmproxy/tools/console/test_commander.py index b95fe7079..06e676c0b 100644 --- a/test/mitmproxy/tools/console/test_commander.py +++ b/test/mitmproxy/tools/console/test_commander.py @@ -26,6 +26,7 @@ def tctx(): yield tctx # This runs after each test + ch.command_history_file.close() shutil.rmtree(confdir)