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
When loading books, we are logging false positives on the discovery of "embedded" books.
What is happening is that we're finding the first path with a valid book configuration and then continuing to look through sub directories, and when we find a subdirectory we're saying that we found an embedded book even though there's no valid configuration there.
We should either just ignore subdirectories or, as we iterate over them only alert that we found an embedded book when we encounter a valid configuration file in the subdirectory of a book.
The text was updated successfully, but these errors were encountered:
When loading books, we are logging false positives on the discovery of "embedded" books.
What is happening is that we're finding the first path with a valid book configuration and then continuing to look through sub directories, and when we find a subdirectory we're saying that we found an embedded book even though there's no valid configuration there.
We should either just ignore subdirectories or, as we iterate over them only alert that we found an embedded book when we encounter a valid configuration file in the subdirectory of a book.
The text was updated successfully, but these errors were encountered: