Skip to content

Commit e5245eb

Browse files
Update pyreason/pyreason.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 71389a5 commit e5245eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyreason/pyreason.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ def _reason(timesteps, convergence_threshold, convergence_bound_threshold, queri
711711
if settings.verbose:
712712
warnings.warn('Graph not loaded. Use `load_graph` to load the graphml file. Using empty graph')
713713
if __rules is None:
714-
raise Exception('There are no rules, use `add_rule` or `add_rules_from_file')
714+
raise Exception('There are no rules, use `add_rule` or `add_rules_from_file`')
715715

716716

717717
if __node_facts is None:

0 commit comments

Comments
 (0)