Commit 32e81896 authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Typofix

parent 74b662d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -548,7 +548,7 @@ def show_meta_output(folder_name: str):
    if config.RQ_DISABLED is False:
    if config.RQ_DISABLED is False:
        if ps.finished is False and ps.rq_is_still_in_enqueued() is False:
        if ps.finished is False and ps.rq_is_still_in_enqueued() is False:
            FlashLog.flash_loguru_msg(
            FlashLog.flash_loguru_msg(
                "⚠ he processing is not marked as finished, but the background job is no longer running. It might have failed silently.",
                "The processing is not marked as finished, but the background job is no longer running. It might have failed silently.",
                "warning")
                "warning")


    return render_template("findings_meta_output.html",
    return render_template("findings_meta_output.html",