mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
Whitespace normalization.
This commit is contained in:
parent
426f4a1c65
commit
73a9eade1c
3 changed files with 11 additions and 11 deletions
|
@ -369,7 +369,7 @@ class CalledProcessError(Exception):
|
|||
self.cmd = cmd
|
||||
def __str__(self):
|
||||
return "Command '%s' returned non-zero exit status %d" % (self.cmd, self.returncode)
|
||||
|
||||
|
||||
|
||||
if mswindows:
|
||||
import threading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue