make flake8 happy

This commit is contained in:
Ilan Schnell 2020-04-28 23:43:00 -05:00
parent 8b4a4c469a
commit 1f6ff0cc6e
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ def test_yaml_based(script, case):
case[':resolver:'] == 'new')
if 0: # for analyzing output easier
with open(DATA_DIR.parent / "yaml" /
case[':name:'].replace('*', '-'), 'w') as fo:
with open(DATA_DIR.parent / "yaml" /
case[':name:'].replace('*', '-'), 'w') as fo:
result = effect['result']
fo.write("=== RETURNCODE = %d\n" % result.returncode)
fo.write("=== STDERR ===:\n%s\n" % result.stderr)