From f658fe4ae37860b2ada863478e70d7b1d2b73d25 Mon Sep 17 00:00:00 2001 From: miigotu <miigotu@gmail.com> Date: Sun, 29 Apr 2018 05:53:28 -0700 Subject: [PATCH] Typo --- sickbeard/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sickbeard/db.py b/sickbeard/db.py index 161243d2b..1c88fff52 100644 --- a/sickbeard/db.py +++ b/sickbeard/db.py @@ -103,7 +103,7 @@ class DBConnection(object): logger.log(_("If this happened in cache.db, you can safely stop SickRage, and delete the cache.db file without losing any data")) # noinspection PyUnresolvedReferences logger.log( - _("Here is the arguments that were passed to this function (This is what the developers need to know): {local_variables:s}").format( + _("Here is the arguments that were passed to this function (This is what the developers need to know): {local_variables!s}").format( local_variables=local_variables ) ) -- GitLab