b2blaze icon indicating copy to clipboard operation
b2blaze copied to clipboard

KeyError

Open KevinCooper opened this issue 6 years ago • 1 comments

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. https://github.com/sibblegp/b2blaze/blob/1cf9a60e5dcb463b75dca9da3fcc9ce631fe6b6f/b2blaze/models/file_list.py#L55 https://github.com/sibblegp/b2blaze/blob/1cf9a60e5dcb463b75dca9da3fcc9ce631fe6b6f/b2blaze/models/file_list.py#L56

KevinCooper avatar Aug 24 '18 00:08 KevinCooper

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

kappeler avatar Oct 10 '18 13:10 kappeler