Skip to content
Snippets Groups Projects
Commit 5ac5f5eb authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Fixes #146

parent ef6a6d6e
Branches
No related tags found
No related merge requests found
......@@ -640,7 +640,7 @@ def view_apo_csv_delete(etape_apo="", semset_id="", dialog_confirmed=False):
if not semset_id:
raise ValueError("invalid null semset_id")
semset = sco_semset.SemSet(semset_id=semset_id)
dest_url = "apo_semset_maq_status?semset_id=" + semset_id
dest_url = f"apo_semset_maq_status?semset_id={semset_id}"
if not dialog_confirmed:
return scu.confirm_dialog(
"""<h2>Confirmer la suppression du fichier étape <tt>%s</tt>?</h2>
......
# -*- mode: python -*-
# -*- coding: utf-8 -*-
SCOVERSION = "9.0.47"
SCOVERSION = "9.0.48"
SCONAME = "ScoDoc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment