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
...
File "/Users/t/dev/sourmash/src/sourmash/index.py", line 526, in __init__
self._load_manifest()
File "/Users/t/dev/sourmash/src/sourmash/index.py", line 538, in _load_manifest
manifest_data = self.storage.load('SOURMASH-MANIFEST.csv')
File "/Users/t/dev/sourmash/src/sourmash/sbt_storage.py", line 210, in load
raise FileNotFoundError(path)
FileNotFoundError: SOURMASH-MANIFEST.csv
This:
yields a confusing error about manifests, when
foo87878.zip
doesn't exist. I think it should instead say "this file doesn't exist" 😄The text was updated successfully, but these errors were encountered: