summaryrefslogtreecommitdiffstats
path: root/cobbler/item.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/item.py')
-rw-r--r--cobbler/item.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cobbler/item.py b/cobbler/item.py
index 7f7335e..01392ec 100644
--- a/cobbler/item.py
+++ b/cobbler/item.py
@@ -40,6 +40,8 @@ class Item(serializable.Serializable):
The meta tags are used as input to the templating system
to preprocess kickstart files
"""
+ if options_string is None:
+ options_string = ""
self.ks_meta = options_string
tokens = self.ks_meta.split(",")
for t in tokens: