Skip to content

Commit

Permalink
Fix FilesOpener.close_files for python2
Browse files Browse the repository at this point in the history
  • Loading branch information
python273 committed May 8, 2018
1 parent c6b15c3 commit 4000048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vk_api/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,4 +497,4 @@ def close_files(self):
for f in self.opened_files:
f.close()

self.opened_files.clear()
self.opened_files = []

0 comments on commit 4000048

Please sign in to comment.