Skip to content
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

Error in get_default_folder()[1, ] : incorrect number of dimensions #25

Open
greebie opened this issue Mar 10, 2019 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@greebie
Copy link
Collaborator

greebie commented Mar 10, 2019

This seems like a discrepancy between an account that has multiple possible default folders and newer accounts that have only one root.

get_default_folder()[1, ] is necessary for accounts that have multiple accounts, because the api will return a list.

get_default_folder() will return a plain int in all other cases I'm aware of.

Proposed solution: fixget_default_folder() to return version A if available, otherwise B.

@greebie greebie added the bug Something isn't working label Mar 10, 2019
@greebie greebie self-assigned this Mar 10, 2019
@greebie
Copy link
Collaborator Author

greebie commented Oct 17, 2019

Okay - this has only been partially solved, since users with multiple roots will need to set the default folder. Let's keep it up in case I can create a resolution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant