summaryrefslogtreecommitdiff
path: root/Lib/subprocess.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r--Lib/subprocess.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py
index 64846a6e0a..afa92a504c 100644
--- a/Lib/subprocess.py
+++ b/Lib/subprocess.py
@@ -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