Skip to content

Commit

Permalink
🧑‍💻 Add skipcq
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Jun 15, 2023
1 parent b51c8f4 commit f044b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
entry.msgstr = translate(
entry.msgid, target_lang, source_lang, [translator]
).results[0]["paraphrase"]
except Exception:
except Exception: # skipcq: PYL-W0703
po.save()
continue
entry.fuzzy = False # type: ignore
Expand Down

0 comments on commit f044b82

Please sign in to comment.