Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yulric committed May 9, 2024
1 parent 0242db8 commit a294b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/odm_sharing/private/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def load(schema_path: str) -> Dict[RuleId, Rule]:
data = pd.read_csv(schema_path)
data.fillna('', inplace=True) # replace NA values with empty string

# XXX: header errors are not catched, to avoid error propagation
# XXX: header errors are not cached, to avoid error propagation
validate_headers(ctx, data.columns.to_list())

result: Dict[RuleId, Rule] = {}
Expand Down

0 comments on commit a294b66

Please sign in to comment.