Loading api_process_findings.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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", Loading Loading
api_process_findings.py +1 −1 Original line number Original line Diff line number Diff line Loading @@ -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", Loading