Unverified Commit f43486a5 authored by M Bernt's avatar M Bernt Committed by GitHub
Browse files

Update lib/galaxy/tool_util/linters/tests.py

parent 09269c19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ class TestsCaseValidation(Linter):
        try:
            validation_results = validate_test_cases_for_tool_source(tool_source, use_latest_profile=True)
        except Exception as e:
            report_foo(
            lint_log(
                f"Serious problem parsing tool source or tests - cannot validate test cases. The exception is [{e}]",
                linter=cls.name(),
            )