Skip to content
Snippets Groups Projects
Commit 73f5dc15 authored by Jakub Dylag's avatar Jakub Dylag
Browse files

Code Formatting

parent 7323fe6a
No related branches found
No related tags found
No related merge requests found
......@@ -704,7 +704,9 @@ def translate_codes(
codes = _translate_codes(map_path, source_df, source_code_type, codes)
# otherwise do reverse mapping if enabled and it exists
elif do_reverse_translate and map_path_reversed.exists():
codes = _translate_codes(map_path_reversed, source_df, source_code_type, codes)
codes = _translate_codes(
map_path_reversed, source_df, source_code_type, codes
)
else:
_logger.warning(
f"No mapping from {source_code_type} to {target_code_type}, file {str(map_path.resolve())} does not exist"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment