Private GIT

Skip to content
Snippets Groups Projects
Commit f658fe4a authored by miigotu's avatar miigotu
Browse files

Typo

parent d989a391
No related branches found
No related tags found
No related merge requests found
......@@ -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
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment