From d2dd85a45d0e3d5bdfd58a47e5dbe3e597e42b61 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Tue, 15 Nov 2005 18:26:24 +0000 Subject: Fixed typo again, this time with feeling. --- image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image.py') 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)) -- cgit