Browse Source

Fixing UnboundLocalError when attempting to process nonexisting dir

tags/release_0.1.0
Nils Vogels 11 years ago
parent
commit
44d45ca760
  1. 1
      sickbeard/processTV.py

1
sickbeard/processTV.py

@ -397,6 +397,7 @@ def delete_dir(processPath):
def get_path_dir_files(dirName, nzbName, type):
path = ""
if dirName == sickbeard.TV_DOWNLOAD_DIR and not nzbName or type == "manual": #Scheduled Post Processing Active
#Get at first all the subdir in the dirName

Loading…
Cancel
Save