From 6cc4fe2412047dcea25bf2735db5896684680284 Mon Sep 17 00:00:00 2001 From: Jeffrey Rackauckas Date: Mon, 2 Jul 2018 19:53:46 -0700 Subject: [PATCH] Fixing bad indentation --- testing/test_pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_pdb.py b/testing/test_pdb.py index 316b033fe..f82bccce6 100644 --- a/testing/test_pdb.py +++ b/testing/test_pdb.py @@ -725,7 +725,7 @@ class TestTraceOption: assert is_equal, 1, 1 """ ) - child = testdir.spawn_pytest("--trace " + str(p1)) + child = testdir.spawn_pytest("--trace " + str(p1)) child.expect("test_1") child.expect("(Pdb)") child.sendline("c")