Fix whitespace formatting for a line in gnupg/tests/test_gnupg.py.
parent
12b1de719a
commit
6cf7640c5c
|
@ -80,7 +80,7 @@ _tempd = os.path.join(_tests, 'tmp')
|
|||
tempfile.tempdir = _tempd
|
||||
if not os.path.isdir(tempfile.gettempdir()):
|
||||
log.debug("Creating temporary testing directory: %s"
|
||||
% tempfile.gettempdir())
|
||||
% tempfile.gettempdir())
|
||||
os.makedirs(tempfile.gettempdir())
|
||||
|
||||
@wraps(tempfile.TemporaryFile)
|
||||
|
|
Loading…
Reference in New Issue