pbiecek / archivist

A set of tools for datasets and plots archiving
http://pbiecek.github.io/archivist/
74 stars 9 forks source link

asearchLocal uses archivist::aoptions("repoDir") even when the repo input argument is provided #333

Closed harell closed 5 years ago

harell commented 5 years ago

asearchLocal uses archivist::aoptions("repoDir") even when the repo input argument is provided.

The problem manifests itself when there is more than one database, and aoptions("repoDir") points differently than the repo input argument.

pbiecek commented 5 years ago

Thanks, would you check if df1ba84 solves this problem?

harell commented 5 years ago

Solved. Thanks