Skip to content

Commit a11a99e

Browse files
authored
Update meddra_code_references_validator.py (#1191)
1 parent f0e7eb0 commit a11a99e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cdisc_rules_engine/operations/meddra_code_references_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def _execute_operation(self):
1414
DictionaryTypes.MEDDRA.value
1515
)
1616
if not meddra_path:
17-
raise ValueError("Can't execute the operation, no whodrug path provided")
17+
raise ValueError("Can't execute the operation, no meddra path provided")
1818
code_variables = [
1919
MedDRAVariables.SOCCD.value,
2020
MedDRAVariables.HLGTCD.value,

0 commit comments

Comments
 (0)