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
{{ message }}
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
The @storage_management decorator is currently being used in views.py to log storage failures as well as handle storage persistence, abort and restart functions. Ideally, these decorators should be removed in views and their functionality replaced by defining a context manager in the storage classes.
The text was updated successfully, but these errors were encountered:
The
@storage_management
decorator is currently being used inviews.py
to log storage failures as well as handle storage persistence, abort and restart functions. Ideally, these decorators should be removed inviews
and their functionality replaced by defining a context manager in the storage classes.The text was updated successfully, but these errors were encountered: