-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: unsupported operand type(s) for /: 'str' and 'str' #30
Comments
Seeing the same issue when running
I love the idea of getting a data frame back so thank you for thinking about that. |
I ran into this as well—it seems you can get around this by wrapping your supplied vault path in |
@hursh-desai @macdrifter was this issue from the vault's dirpath not being a pathlib.Path object? (like with @daneah comment) Pandas pipe functions are neat but maybe not as straightforward for debugging, so I might explore moving some logic away from those. |
@mfarragher @hursh-desai I had the same issue as above and changed the vault path to a |
Dunno what in my notes could possibly be triggering this error. But it happens whenever I try and use the
get_note_metadata()
method on my vault.The text was updated successfully, but these errors were encountered: