Private GIT

Skip to content
Snippets Groups Projects
Commit f7e67c0f authored by diondehoog's avatar diondehoog Committed by sharkykh
Browse files

Fix todo in config.py (#3376)

* added explanatory comments to tests/sickrage/show tests

* Fixed all the TODO's in sickbeard/config.py
(Did this in multiple commits in nonforked version in which I'm not allowed to push, so this one will be just one commit)

* now logs with the correct tag (debug instead of info)

* now uses the correct way to input strings (".format(e)" instead of "% e")

* replaced %s with {} so the strings will work

* try_int not in try statement anymore

* checkbox_to_value not in try statement anymore

* removed try catch from frequency functions

* removed try catches (EAFP) and return true is the version is already enabled

* removed excess indentation

* just a single return at the end of the function now
parent 19ada9d0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment