We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a78cea commit 83a2452Copy full SHA for 83a2452
1 file changed
pyreason/scripts/utils/fact_parser.py
@@ -27,7 +27,7 @@ def parse_fact(fact_text):
27
if ':' in f:
28
parts = f.split(':')
29
if len(parts) != 2:
30
- raise ValueError(f"Invalid fact format: expected at most one colon separator")
+ raise ValueError("Invalid fact format: expected at most one colon separator")
31
pred_comp, bound = parts
32
33
# Check for negation with explicit bound (ambiguous)
0 commit comments