mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
typo fix (#3674)
This commit is contained in:
parent
3661011e39
commit
3ff51d49aa
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ def run(*args, **kwargs):
|
|||
try:
|
||||
subprocess.check_output(list(args), **kwargs)
|
||||
except subprocess.CalledProcessError as e:
|
||||
# Reraise this with a different type so that str(e) is somethign with
|
||||
# Reraise this with a different type so that str(e) is something with
|
||||
# stdout in it.
|
||||
raise Exception(e.cmd, e.returncode, e.output)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue