sibblegp / b2blaze

b2blaze
MIT License
607 stars 32 forks source link

KeyError #19

Open KevinCooper opened 6 years ago

KevinCooper commented 6 years ago

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

kappeler commented 5 years ago

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