summaryrefslogtreecommitdiffstats
path: root/cobbler
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler')
-rw-r--r--cobbler/item.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cobbler/item.py b/cobbler/item.py
index 4263494..c974f64 100644
--- a/cobbler/item.py
+++ b/cobbler/item.py
@@ -44,7 +44,7 @@ class Item(serializable.Serializable):
The meta tags are used as input to the templating system
to preprocess kickstart files
"""
- (success, value) = utils.input_string_or_hash(options,",")
+ (success, value) = utils.input_string_or_hash(options,None)
if not success:
return False
else: