Skip to content

Commit d2f5581

Browse files
committed
Remove misleading OK message
1 parent de10dee commit d2f5581

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

preciceconfigcheck/rules_processing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ def total_violations_by_severity(severity: Severity) -> int:
154154
f"and {total_num_warnings} {warning_str}."
155155
)
156156
print("Please review your configuration file before continuing.")
157-
else:
158-
print("You are all set to start you simulation!")
159157

160158

161159
def print_result(rule: Rule, violations: list[Violation], debug: bool) -> None:

0 commit comments

Comments
 (0)