summaryrefslogtreecommitdiffstats
path: root/image.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-11-15 18:26:24 +0000
committerChris Lumens <clumens@redhat.com>2005-11-15 18:26:24 +0000
commitd2dd85a45d0e3d5bdfd58a47e5dbe3e597e42b61 (patch)
treebeb9dec6bd46ea8d8fe0582a4b75f44cbd8f001d /image.py
parent1bc50c63512ab6fcb143c896f3d33db66f633bf8 (diff)
downloadanaconda-d2dd85a45d0e3d5bdfd58a47e5dbe3e597e42b61.tar.gz
anaconda-d2dd85a45d0e3d5bdfd58a47e5dbe3e597e42b61.tar.xz
anaconda-d2dd85a45d0e3d5bdfd58a47e5dbe3e597e42b61.zip
Fixed typo again, this time with feeling.
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))