We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de10dee commit d2f5581Copy full SHA for d2f5581
preciceconfigcheck/rules_processing.py
@@ -154,8 +154,6 @@ def total_violations_by_severity(severity: Severity) -> int:
154
f"and {total_num_warnings} {warning_str}."
155
)
156
print("Please review your configuration file before continuing.")
157
- else:
158
- print("You are all set to start you simulation!")
159
160
161
def print_result(rule: Rule, violations: list[Violation], debug: bool) -> None:
0 commit comments