From 82649959a441023352b0c5e9e1341d63dbd6f4e3 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Sun, 5 Oct 2008 15:17:21 -1000 Subject: [PATCH] Add missing close paren. --- src/pylorax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pylorax/__init__.py b/src/pylorax/__init__.py index d60da3e9..14952679 100644 --- a/src/pylorax/__init__.py +++ b/src/pylorax/__init__.py @@ -101,7 +101,7 @@ def initializeDirs(output): cachedir = tempfile.mkdtemp('XXXXXX', 'yumcache.', conf['tmpdir']) print("Working directories:") - print(" tmpdir = %s" % (conf['tmpdir'],) + print(" tmpdir = %s" % (conf['tmpdir'],)) print(" buildinstdir = %s" % (buildinstdir,)) print(" treedir = %s" % (treedir,)) print(" cachedir = %s" % (cachedir,))