fixed temp dir
This commit is contained in:
@@ -27,7 +27,8 @@ class Torrent:
|
||||
self.torrent_path = stats.torrent_path
|
||||
self.torrent_ppath = stats.torrent_ppath
|
||||
self.move_lst, self.move_type_lst = [], []
|
||||
self.tmp_folder = config['Postproc']['tmp_path']
|
||||
#self.tmp_folder = config['Postproc']['tmp_path']
|
||||
self.tmp_folder = TemporaryDirectory()
|
||||
|
||||
def manipulate(self):
|
||||
"""Changes files and variables before selecting the relevant files for
|
||||
|
Reference in New Issue
Block a user