Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
medariox authored and fernandog committed Apr 26, 2016
1 parent 2059401 commit bf40201
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sickbeard/postProcessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ def recursive_glob(treeroot, pattern):
results.extend(os.path.join(base, f) for f in goodfiles)
return results

if not file_path:
return []

# don't confuse glob with chars we didn't mean to use
globbable_file_path = helpers.fixGlob(file_path)

Expand Down

0 comments on commit bf40201

Please sign in to comment.