aboutsummaryrefslogtreecommitdiffstats
path: root/func/validate_yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/validate_yaml.py')
-rw-r--r--func/validate_yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/validate_yaml.py b/func/validate_yaml.py
index c0df4d87..e4d3d5cf 100644
--- a/func/validate_yaml.py
+++ b/func/validate_yaml.py
@@ -24,7 +24,7 @@ class Validate_Yaml():
if not doc['Scenario']['benchmark']:
print '\nBenchmark field missing'
if not doc['Scenario']['pointless']:
- print '\nBabyeating anumal'
+ print ''
if not doc['Context']:
print '\nEntire Context is missing'
if not doc['Context']['Host_Machine']: