mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Fix condition in apply_all_updates
This commit is contained in:
parent
db09b8eb84
commit
ede010c25d
@ -197,7 +197,7 @@ def apply_all_updates(username):
|
||||
continue
|
||||
|
||||
if package.releases.filter(or_(PackageRelease.task_id.isnot(None),
|
||||
PackageRelease.commit_hash==package.update_config.last_commit)).count():
|
||||
PackageRelease.commit_hash==package.update_config.last_commit)).count() > 0:
|
||||
continue
|
||||
|
||||
title = package.update_config.get_title()
|
||||
|
Loading…
Reference in New Issue
Block a user