summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-12-22 09:11:51 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-12-22 09:11:51 -1000
commit1a9cf9a1b636be2ca41d71fa8cb0bb04c885fc77 (patch)
tree59bddd5c10a52f1ca85f9207c3ac819e3e2eacbe
parent92579f93723398ed01c7937d9f43b20d00389261 (diff)
downloadanaconda-1a9cf9a1b636be2ca41d71fa8cb0bb04c885fc77.tar.gz
anaconda-1a9cf9a1b636be2ca41d71fa8cb0bb04c885fc77.tar.xz
anaconda-1a9cf9a1b636be2ca41d71fa8cb0bb04c885fc77.zip
methodstr -> self.methodstr
-rwxr-xr-xanaconda6
1 files changed, 3 insertions, 3 deletions
diff --git a/anaconda b/anaconda
index 73fba85a5..ec0ba47e9 100755
--- a/anaconda
+++ b/anaconda
@@ -578,9 +578,9 @@ class Anaconda:
numNetDevs = isys.getNetworkDeviceCount()
if self.methodstr is not None:
- if (methodstr.startswith("http://") or \
- methodstr.startswith("ftp://") or \
- methodstr.startswith("nfs:")) and \
+ if (self.methodstr.startswith("http://") or \
+ self.methodstr.startswith("ftp://") or \
+ self.methodstr.startswith("nfs:")) and \
numNetDevs == 0:
fail = True
elif self.stage2 is not None: