diff --git a/gnupg/test/test_gnupg.py b/gnupg/test/test_gnupg.py index ae9f027..c2b02fb 100644 --- a/gnupg/test/test_gnupg.py +++ b/gnupg/test/test_gnupg.py @@ -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)