Skip to content

Commit

Permalink
Fix missed backslashes
Browse files Browse the repository at this point in the history
  • Loading branch information
mole99 authored Jan 14, 2025
1 parent b5b9b31 commit 686775b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cace/common/cace_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ def validate_datasheet(datasheet):

if datasheet['cace_format'] <= 5.0:
warn(
'Please convert CACE placeholders from `{condition}` and `\[expression]` to `CACE{condition}` and `CACE\[expression]`.'
'Please convert CACE placeholders from `{condition}` and `[expression]` to `CACE{condition}` and `CACE[expression]`.'
)

# Check if 'authorship' is a key of the datasheet
Expand Down

0 comments on commit 686775b

Please sign in to comment.