Fix #4093: multiple string literals on a line

This commit is contained in:
Niklas JQ
2018-10-10 19:28:31 +02:00
parent 4b164d947d
commit c14a23d4e4
15 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -282,7 +282,7 @@ class TestPDB(object):
"""
)
child = testdir.spawn_pytest(
"--show-capture=all --pdb " "-p no:logging %s" % p1
"--show-capture=all --pdb -p no:logging %s" % p1
)
child.expect("get rekt")
output = child.before.decode("utf8")