Skip to content

Commit

Permalink
REBASE ffs linter
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSoroos committed Sep 22, 2022
1 parent 378a6a9 commit 6ca38d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2572,7 +2572,7 @@ def license_options(
@core_helper
def get_translated(data_dict: dict[str, Any], field: str) -> Union[str, Any]:
language = i18n.get_lang()
log.error("language: %s",language)
log.error("language: %s", language)
log.error("data_dict: %s", data_dict)
try:
return data_dict[field + u'_translated'][language]
Expand Down

0 comments on commit 6ca38d3

Please sign in to comment.