summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
Diffstat (limited to 'image.py')
-rw-r--r--image.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/image.py b/image.py
index 1aa6b9ed9..fe889a804 100644
--- a/image.py
+++ b/image.py
@@ -330,7 +330,7 @@ class CdromInstallMethod(ImageInstallMethod):
try:
shutil.copy("%s/%s/RPMS/%s" % (self.tree, productPath,
filename),
- tmppath + filename)
+ tmppath + filename))
except IOError, (errnum, msg):
log.critical("IOError %s occurred copying %s: %s",
errnum, h[1000000], str(msg))