Traceback (most recent call last):
File "/home/klevin/Desktop/second/main.py", line 106, in
parameters = validate_yaml()
File "/home/klevin/Desktop/second/main.py", line 36, in validate_yaml
raise Exception(mandatory_param + ' is not inside the yml file!')
Exception: employee count is not inside the yml file!
Traceback (most recent call last):
File "/home/klevin/Desktop/second/main.py", line 106, in
parameters = validate_yaml()
File "/home/klevin/Desktop/second/main.py", line 36, in validate_yaml
raise Exception(mandatory_param + ' is not inside the yml file!')
Exception: employee count is not inside the yml file!