Skip to content

Fix typo in translate() method#40

Merged
codegaze merged 1 commit intodevelfrom
fix-typo-in-translate-call
Jan 27, 2021
Merged

Fix typo in translate() method#40
codegaze merged 1 commit intodevelfrom
fix-typo-in-translate-call

Conversation

@codegaze
Copy link
Copy Markdown
Contributor

Calling ut in Python code would escape the string due to a typo when calling the translate method.
The translate method was expecting _escape but we sent escape as a parameter.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 26, 2021

Codecov Report

Merging #40 (0d2ea80) into devel (8db828e) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##            devel      #40   +/-   ##
=======================================
  Coverage   77.09%   77.09%           
=======================================
  Files          33       33           
  Lines        2667     2667           
=======================================
  Hits         2056     2056           
  Misses        611      611           
Impacted Files Coverage Δ
transifex/native/django/utils/__init__.py 91.66% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8db828e...0d2ea80. Read the comment docs.

@codegaze codegaze merged commit 6099c13 into devel Jan 27, 2021
@codegaze codegaze deleted the fix-typo-in-translate-call branch January 27, 2021 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants