Browse Source

fixing bugs for Python 3.8

main
Holger Frey 4 years ago
parent
commit
0e545824cc
  1. 2
      superx_budget/pyramid/overview.py

2
superx_budget/pyramid/overview.py

@ -142,7 +142,7 @@ def send_overview(context, request):
or not budget_file.is_file() or not budget_file.is_file()
): ):
request.session.flash( request.session.flash(
f"There was an error with your submisssion, please try again.", "There was an error with your submisssion, please try again.",
"error", "error",
) )
return HTTPFound("/") return HTTPFound("/")

Loading…
Cancel
Save