Fix check_package_on_submit post issue

This commit is contained in:
rubenwardy 2024-07-04 22:07:39 +01:00
parent 894ed19556
commit b31268c9f2

@ -169,7 +169,7 @@ def check_package_on_submit(package_id: int):
return
msg = _check_package(package)
if msg != "":
if msg:
marked = f"Marked {package.title} as Changed Needed"
system_user = get_system_user()