Skip to content

Commit

Permalink
Windows incompatibility with TempFile.unlink fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Laharah committed Jan 26, 2019
1 parent c8c416d commit 0e9e8c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
# FilebotTool: FileBot Integration for Deluge
*requires [Filebot](http://www.filebot.net/)*

**Version 1.2.4**
**Version 1.2.5**

##### [Download Latest Release](https://github.com/Laharah/deluge-FilebotTool/releases/latest)

Expand Down
2 changes: 1 addition & 1 deletion filebottool/core.py
Expand Up @@ -920,6 +920,6 @@ def activate_filebot_license(self, data):
else:
log.debug("Filebot Successufully licensed.")
finally:
license_file.unlink(license_file.name)
os.unlink(license_file.name)
del license_file
defer.returnValue(result)
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
__plugin_name__ = "FileBotTool"
__author__ = "laharah"
__author_email__ = "laharah+fbt@gmail.com"
__version__ = "1.2.4"
__version__ = "1.2.5"
__url__ = "https://github.com/Laharah/deluge-FileBotTool"
__license__ = "GPLv3"
__description__ = "Integrates FileBot functionality to Deluge"
Expand Down

0 comments on commit 0e9e8c8

Please sign in to comment.