diff options
author | Erik Troan <ewt@redhat.com> | 2001-02-10 02:35:04 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2001-02-10 02:35:04 +0000 |
commit | 395e41cc1163ff88ab1c6b258f189870adce571e (patch) | |
tree | 939b5038e98b3de4a2afdd9e687d021977ed1532 /urlinstall.py | |
parent | 0176987d5bc3e96ba032437e8e062f8a2568c8b7 (diff) | |
download | anaconda-395e41cc1163ff88ab1c6b258f189870adce571e.tar.gz anaconda-395e41cc1163ff88ab1c6b258f189870adce571e.tar.xz anaconda-395e41cc1163ff88ab1c6b258f189870adce571e.zip |
removed extraneous ,
Diffstat (limited to 'urlinstall.py')
-rw-r--r-- | urlinstall.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/urlinstall.py b/urlinstall.py index a38d88d92..fa8798786 100644 --- a/urlinstall.py +++ b/urlinstall.py @@ -39,7 +39,7 @@ class UrlInstallMethod(InstallMethod): if type("/") == type(h): fullPath = self.baseUrl + "/" + h else: - fullPath = self.baseUrl + "/RedHat/RPMS/" + h[FILENAME], + fullPath = self.baseUrl + "/RedHat/RPMS/" + h[FILENAME] file = tmppath + os.path.basename(fullPath) |