summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-11-15 15:26:15 +0000
committerChris Lumens <clumens@redhat.com>2005-11-15 15:26:15 +0000
commite95191bef991f148cee4e0db3af12140b9fcfa6c (patch)
treead721f5af457e830209693d443788b4fdc354eed /image.py
parentd9aeb1b7b9ee35d1bf529ac524194abd5d8daa22 (diff)
downloadanaconda-e95191bef991f148cee4e0db3af12140b9fcfa6c.tar.gz
anaconda-e95191bef991f148cee4e0db3af12140b9fcfa6c.tar.xz
anaconda-e95191bef991f148cee4e0db3af12140b9fcfa6c.zip
Fix typo.
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 ca69da728..699acd5f5 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))