summaryrefslogtreecommitdiffstats
path: root/kickstart.py
diff options
context:
space:
mode:
Diffstat (limited to 'kickstart.py')
-rw-r--r--kickstart.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kickstart.py b/kickstart.py
index 87bee1079..16321a5a9 100644
--- a/kickstart.py
+++ b/kickstart.py
@@ -618,7 +618,7 @@ class KickstartBase(BaseInstallClass):
for n in args:
(str, arg) = n
if str == '--level':
- level = int(arg)
+ level = arg
elif str == "--device":
raidDev = arg
elif str == "--spares":