Skip to content

Commit

Permalink
Fix seirl's hasty copy/paste
Browse files Browse the repository at this point in the history
  • Loading branch information
zopieux committed Mar 6, 2017
1 parent 7bbe6c6 commit ab71d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camisole/isolate.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ async def __aexit__(self, exc, value, tb):
retcode, stdout, stderr = await communicate(cmd_cleanup)
if retcode != 0:
raise RuntimeError("{} returned code {}: “{}”".format(
cmd_init, retcode, stderr))
cmd_cleanup, retcode, stderr))

self.meta_file.__exit__(exc, value, tb)

Expand Down

0 comments on commit ab71d18

Please sign in to comment.