You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
) the code may catch an AttributeError exception. This seems to correspond to the case where a task, from a previous version of Iris, was stored in an old format in the database.
Can this still be a concern today?
Wouldn't it simplify the code, to sanitize tasks during specific database migration steps?
The text was updated successfully, but these errors were encountered:
When retrieving a dim tasks (
iris-web/source/app/blueprints/pages/dim_tasks/dim_tasks.py
Line 63 in b3a36cd
AttributeError
exception. This seems to correspond to the case where a task, from a previous version of Iris, was stored in an old format in the database.Can this still be a concern today?
Wouldn't it simplify the code, to sanitize tasks during specific database migration steps?
The text was updated successfully, but these errors were encountered: