From d94ae388de1ceedbcfdaed4cf6902e686d41155f Mon Sep 17 00:00:00 2001 From: evilhero Date: Thu, 2 Mar 2017 14:29:20 -0500 Subject: [PATCH] FIX:(#1578) Fixed another error with nzbname generation with invalid options --- mylar/search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mylar/search.py b/mylar/search.py index 2e351979..08ffe88e 100755 --- a/mylar/search.py +++ b/mylar/search.py @@ -1875,6 +1875,7 @@ def nzbname_create(provider, title=None, info=None): #the nzbname here is used when post-processing # it searches nzblog which contains the nzbname to pull out the IssueID and start the post-processing # it is also used to keep the hashinfo for the nzbname in case it fails downloading, it will get put into the failed db for future exclusions + nzbname = None if mylar.USE_BLACKHOLE and all([provider != '32P', provider != 'TPSE', provider != 'WWT', provider != 'DEM']): if os.path.exists(mylar.BLACKHOLE_DIR):