clean up temporary file

This commit is contained in:
blushingpenguin 2021-07-12 10:52:43 +01:00
parent 13fb6e68c9
commit 874bd35c81
1 changed files with 1 additions and 0 deletions

View File

@ -137,3 +137,4 @@ class gPodderDevicePlaylist(object):
except GLib.Error as err:
logger.error('copying playlist to mtp device file %s failed: %s',
self.playlist_absolute_filename.get_uri(), err.message)
tempfile[0].delete()