summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2006-09-21 18:28:45 -0400
committerJim Meyering <jim@meyering.net>2006-09-21 18:28:45 -0400
commit8796d560fe0f8d6a5a3f65c1a30a8b6ccaddc40f (patch)
tree1da013be0c9685d8518bdbe35a38d8d984bc4c3a /cobbler
parentf19e1ff8bfbaa3339cd859d7d263b7975c21f4cd (diff)
downloadthird_party-cobbler-8796d560fe0f8d6a5a3f65c1a30a8b6ccaddc40f.tar.gz
third_party-cobbler-8796d560fe0f8d6a5a3f65c1a30a8b6ccaddc40f.tar.xz
third_party-cobbler-8796d560fe0f8d6a5a3f65c1a30a8b6ccaddc40f.zip
Variable typos.
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/item_system.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cobbler/item_system.py b/cobbler/item_system.py
index dda4648..b886d2b 100644
--- a/cobbler/item_system.py
+++ b/cobbler/item_system.py
@@ -73,8 +73,8 @@ class System(item.Item):
this parameter is meaningless. It only has value when
generating a dhcp file.
"""
- if arch == "standard" or arch == "ia64":
- self.pxe_arch = arch
+ if new_arch == "standard" or new_arch == "ia64":
+ self.pxe_arch = new_arch
return True
raise cexceptions.CobblerException("exc_pxe_arch")