From ed7f0b4b39f622b13fce4d3c4ef154231fe07954 Mon Sep 17 00:00:00 2001 From: Henrique Date: Mon, 25 Nov 2019 10:24:46 -0500 Subject: Making windows happy --- test/mitmproxy/tools/console/test_commander.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/mitmproxy/tools/console/test_commander.py b/test/mitmproxy/tools/console/test_commander.py index b95fe707..06e676c0 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) -- cgit v1.2.3