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 remedy is to supply the relative path indicator to the file (./myindex.cdxj instead) but in other places, like ipwb replay myindex.cdxj, this relative path is not necessary.
We ought to
Be consistent with whether we require the path element in indexer and replay
Allow files to be specified for output from the indexer with an assumed path (foo.cdxj specified implies ./foo.cdxj)
The text was updated successfully, but these errors were encountered:
reports
[Errno 2] No such file or directory: ''
.The remedy is to supply the relative path indicator to the file (
./myindex.cdxj
instead) but in other places, likeipwb replay myindex.cdxj
, this relative path is not necessary.We ought to
foo.cdxj
specified implies./foo.cdxj
)The text was updated successfully, but these errors were encountered: