Commit 5bb51efc authored by Rafael Monnerat's avatar Rafael Monnerat

recipe check_promise: fixup identation

parent c6fad2ab
......@@ -45,10 +45,8 @@ class Recipe(GenericBaseRecipe):
elif self.options.get('expected-type') == "ipv4":
template = self.getTemplateFilename('check_ipv4.py.in')
else:
if self.options.get('expected-value'):
config["expected-value"] = self.options.get('expected-value')
if self.options.get('expected-not-value'):
config["expected-not-value"] = self.options.get('expected-not-value')
template = self.getTemplateFilename('check_parameter.py.in')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment