wbond / package_control

The Sublime Text package manager
https://packagecontrol.io
4.79k stars 816 forks source link

Use Lock Context Manager in downloader #1542

Closed deathaxe closed 3 years ago

deathaxe commented 3 years ago

This PR replaces try..finally blocks by with _lock in download_manager module to save some lines of code. It doesn't have any functional effect but seems a bit more pythonic.

That's possible as python 2.6 support is dropped.