Skip to content

Commit

Permalink
Improve translations processing logic take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Danstiv committed Sep 14, 2024
1 parent 569eaec commit 8197850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/process_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ def convert_docs_po_to_md_file(po_file):
logger.info("Converting because the source file has changed")
else:
logger.info("No changes in po or source detected")
return
return []
process = subprocess.Popen(
[
"po2md",
Expand Down

0 comments on commit 8197850

Please sign in to comment.