mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Fix check_package_on_submit post issue
This commit is contained in:
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()
|
||||
|
Loading…
Reference in New Issue
Block a user