Skip to content

Commit 6a07c7b

Browse files
committed
troubleshooting
1 parent a42054d commit 6a07c7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

survey/suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def run(driver):
6767
failures = []
6868

6969
async with limit:
70-
await driver.parser() as parser, await driver.formatter() as formatter:
70+
async with await driver.parser() as parser, await driver.formatter() as formatter:
7171
print(f"Started {driver.name}", file=sys.stderr)
7272

7373
for test in suite:

0 commit comments

Comments
 (0)