summaryrefslogtreecommitdiffstats
path: root/storage/iscsi.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-03-25 14:34:55 -0400
committerChris Lumens <clumens@redhat.com>2009-03-25 15:42:08 -0400
commit67eb3b98f2cb351fe7d88d6c250faba3fe222f30 (patch)
tree6abdf9ad26e4dfd5da82b0231548837e64cb06b7 /storage/iscsi.py
parentc0353833be369304d911508c28c5a60ec59d89a8 (diff)
downloadanaconda-67eb3b98f2cb351fe7d88d6c250faba3fe222f30.tar.gz
anaconda-67eb3b98f2cb351fe7d88d6c250faba3fe222f30.tar.xz
anaconda-67eb3b98f2cb351fe7d88d6c250faba3fe222f30.zip
Code fixes of errors shown by pylint (mgracik).
This only fixes the serious errors that may affect F11 Beta. There's still a lot of patch left that fixes some more nitpicky stuff which can come in later.
Diffstat (limited to 'storage/iscsi.py')
-rw-r--r--storage/iscsi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/iscsi.py b/storage/iscsi.py
index b9f975e26..29d89830e 100644
--- a/storage/iscsi.py
+++ b/storage/iscsi.py
@@ -287,7 +287,7 @@ class iscsi(object):
if node.name == disk.iscsi_name and \
node.address == disk.iscsi_address and \
node.port == disk.iscsi_port:
- node.setParameter("node.startup", "automatic");
+ node.setParameter("node.startup", "automatic")
break
if not os.path.isdir(instPath + "/etc/iscsi"):