Skip to content

Commit

Permalink
Fix check_package_on_submit post issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenwardy committed Jul 4, 2024
1 parent 894ed19 commit b31268c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/tasks/pkgtasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit b31268c

Please sign in to comment.