Skip to content

Commit

Permalink
Missed one place to ignore the Python 3 return value of write()
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed May 22, 2015
1 parent 6396688 commit eef2508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZEO/tests/zdoptions.test
Expand Up @@ -118,7 +118,7 @@ As long as the names are unique:

>>> sys.stderr = StringIO()
>>> with open('config', 'w') as f:
... f.write("""
... _ = f.write("""
... <zeo>
... address 8100
... </zeo>
Expand Down

0 comments on commit eef2508

Please sign in to comment.