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
This means an unpacked zip cannot be read by PasConnector only because the series files have the extension .json instead of .pas.
Suggested change is to use .pas extensions everywhere. Add an option in from_zip() to use json extension for reading older zip files.
This also means we can shortcircuit from_zip for PasConnector, since it doesn't need to actually read/write the files, it only needs to unpack the zipfile into the current pastastore directory.
The text was updated successfully, but these errors were encountered:
This means an unpacked zip cannot be read by PasConnector only because the series files have the extension .json instead of .pas.
Suggested change is to use .pas extensions everywhere. Add an option in
from_zip()
to use json extension for reading older zip files.This also means we can shortcircuit from_zip for PasConnector, since it doesn't need to actually read/write the files, it only needs to unpack the zipfile into the current pastastore directory.
The text was updated successfully, but these errors were encountered: