merge: with dev

This commit is contained in:
ibuler
2023-02-21 13:47:08 +08:00
25 changed files with 345 additions and 188 deletions

View File

@@ -67,7 +67,8 @@ def check_registered_tasks(*args, **kwargs):
continue
for attr in attrs:
if not hasattr(task, attr):
print('>>> Task {} has no attribute {}'.format(name, attr))
# print('>>> Task {} has no attribute {}'.format(name, attr))
pass
@signals.before_task_publish.connect