-
- Downloads
Fix for PostProccessing, Python3 compatibility and some new tests (#3221)
* Implement some tests of config_tests.py Notes: check_setting_int + check_setting_float have unreachable code when value is of None type. They don't get to check str(my_val) == str(None) because an exception is already thrown when float/int(config[cfg_name][item_name]) fails to convert NoneType. * ConfigTestChanges * ConfigTestChanges, try #2 * ConfigTestChanges, now it'll work. * The best I could do right now for config_tests.py * Add more checks in config.check_setting_* Add missing tzlocal to libs, Rename minimax to mini_max and CheckSection to check_section sixify sickbeard.config and use unicode_literals * Updated migration names. * Correct Config Migration v9 labels * See how converting to six works out -DNM * More unicode_literals, six conversions, and fixes * Update concurrent.futures * More unicode_literals, six conversions, and fixes * Remove u prefixes, add unicode_literals * Fix index errors for sqlite3.Row, fix unquote_plus call/import * No need to check str(None) since it will already throw. You were right =P * An attempt to fix #3231, fix #3230, fix #3220, fix #3216, and fix #3052 * HelpersZipTests * More sqlite3.Row fixes * Fix up subtitle renaming in the post processor, Fix error trying to replace_extension on the cur_file_name (basename) rather than the cur_file_path (full name with extension) <-- This might have been the whole pp problem. * More sqlite3.Row, fix remaining pp issues * Small adjustment * /slap * Fix endswith
Showing
- SickBeard.py 8 additions, 4 deletionsSickBeard.py
- gui/slick/views/addShows_popularShows.mako 9 additions, 9 deletionsgui/slick/views/addShows_popularShows.mako
- gui/slick/views/config_postProcessing.mako 5 additions, 4 deletionsgui/slick/views/config_postProcessing.mako
- gui/slick/views/config_search.mako 2 additions, 1 deletiongui/slick/views/config_search.mako
- gui/slick/views/displayShow.mako 50 additions, 49 deletionsgui/slick/views/displayShow.mako
- gui/slick/views/home.mako 2 additions, 2 deletionsgui/slick/views/home.mako
- gui/slick/views/home_massAddTable.mako 2 additions, 1 deletiongui/slick/views/home_massAddTable.mako
- gui/slick/views/manage.mako 1 addition, 1 deletiongui/slick/views/manage.mako
- gui/slick/views/manage_backlogOverview.mako 5 additions, 5 deletionsgui/slick/views/manage_backlogOverview.mako
- gui/slick/views/schedule.mako 61 additions, 61 deletionsgui/slick/views/schedule.mako
- gui/slick/views/status.mako 2 additions, 1 deletiongui/slick/views/status.mako
- gui/slick/views/viewlogs.mako 1 addition, 1 deletiongui/slick/views/viewlogs.mako
- lib/concurrent/futures/__init__.py 1 addition, 1 deletionlib/concurrent/futures/__init__.py
- lib/concurrent/futures/_base.py 52 additions, 26 deletionslib/concurrent/futures/_base.py
- lib/concurrent/futures/_compat.py 0 additions, 111 deletionslib/concurrent/futures/_compat.py
- lib/concurrent/futures/process.py 12 additions, 12 deletionslib/concurrent/futures/process.py
- lib/concurrent/futures/thread.py 22 additions, 11 deletionslib/concurrent/futures/thread.py
- lib/tvdb_api/tvdb_api.py 2 additions, 2 deletionslib/tvdb_api/tvdb_api.py
- lib/tzlocal/__init__.py 7 additions, 0 deletionslib/tzlocal/__init__.py
- lib/tzlocal/darwin.py 39 additions, 0 deletionslib/tzlocal/darwin.py
Loading
Please register or sign in to comment