perf: 自动化脱敏 aix (#9652)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot
2023-02-20 19:12:57 +08:00
committed by GitHub
parent 2adfbeaeb7
commit 95eeeb4208
5 changed files with 95 additions and 2 deletions

View File

@@ -51,7 +51,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