We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc26da commit a9d6516Copy full SHA for a9d6516
1 file changed
source/app/business/dim_tasks.py
@@ -33,7 +33,7 @@ def _get_success(task_result: IIStatus):
33
34
def dim_tasks_is_legacy(task):
35
try:
36
- _ = task.info
+ _ = task.date_done
37
return False
38
except AttributeError:
39
return True
0 commit comments