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
There's the following warning that should be fixed:
/usr/local/lib/python3.9/dist-packages/pysyncobj/serializer.py:88: FutureWarning: GzipFile was opened for writing, but this will change in future Python releases. Specify the mode argument for opening it for writing.
The text was updated successfully, but these errors were encountered:
WARNING:root:Failed to store full dump
/data/platfor/venv/lib/python3.10/site-packages/pysyncobj/serializer.py:88: FutureWarning: GzipFile was opened for writing, but this will change in future Python releases. Specify the mode argument for opening it for writing.
with gzip.GzipFile(fileobj=f) as g:
/data/platfor/venv/lib/python3.10/site-packages/pysyncobj/serializer.py:88: FutureWarning: GzipFile was opened for writing, but this will change in future Python releases. Specify the mode argument for opening it for writing.
with gzip.GzipFile(fileobj=f) as g:
WARNING:root:Failed to store full dump
WARNING:root:Failed to store full dump
/data/platfor/venv/lib/python3.10/site-packages/pysyncobj/serializer.py:88: FutureWarning: GzipFile was opened for writing, but this will change in future Python releases. Specify the mode argument for opening it for writing.
with gzip.GzipFile(fileobj=f) as g:
There's the following warning that should be fixed:
The text was updated successfully, but these errors were encountered: