Skip to content

Commit a9d6516

Browse files
committed
Fixed dim_tasks_is_legacy
1 parent 7bc26da commit a9d6516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/app/business/dim_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _get_success(task_result: IIStatus):
3333

3434
def dim_tasks_is_legacy(task):
3535
try:
36-
_ = task.info
36+
_ = task.date_done
3737
return False
3838
except AttributeError:
3939
return True

0 commit comments

Comments
 (0)