* add singular fork detection for multiple runs. Fixes #1637
* Add newly identified fork variants #1630 #1637
* remove encoding of paths. #1637 #1582
This commit is contained in:
Clinton Hall 2019-07-22 12:35:01 +12:00 committed by GitHub
commit 8ba8caf021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 10 additions and 45 deletions

View file

@ -96,15 +96,6 @@ def find_imdbid(dir_name, input_name, omdb_api_key):
def category_search(input_directory, input_name, input_category, root, categories):
tordir = False
# try:
# input_name = input_name.encode(core.SYS_ENCODING)
# except Exception:
# pass
# try:
# input_directory = input_directory.encode(core.SYS_ENCODING)
# except Exception:
# pass
if input_directory is None: # =Nothing to process here.
return input_directory, input_name, input_category, root