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

KeyError #19

Open
KevinCooper opened this issue Aug 24, 2018 · 1 comment
Open

KeyError #19

KevinCooper opened this issue Aug 24, 2018 · 1 comment

Comments

@KevinCooper
Copy link

I receive key errors whenever I attempt to delete files on the following two lines. There is a reference in _update_files_list, but it is never used elsewhere.

self._files_by_name[file_json['fileName']] = new_file

self._files_by_id[file_json['fileId']] = new_file

@kappeler
Copy link

I got the same error. The file gets deleted tough... As a fix I catch the KeyError exception and go on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants