Skip to content

Commit

Permalink
spelling was wrong for error message
Browse files Browse the repository at this point in the history
  • Loading branch information
MohitYadav-codes committed May 15, 2024
1 parent 4900b2b commit 936cd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion akm_tools/validation/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def log_errors(self,raise_errors):
logging.error(error_msg)
if len (self.validation_errors)>0:
if raise_errors:
raise Exception('There were errors during vaidaiton, please check the log file')
raise Exception('There were errors during validaton, please check the log file')

def validate_contexts(self, all_data: List[Dict]):
print("Validating Data Contexts")
Expand Down

0 comments on commit 936cd5e

Please sign in to comment.