Closed
Bug 979272
Opened 11 years ago
Closed 11 years ago
fix l10n_completion.py script
Categories
(Input Graveyard :: Backend, defect, P1)
Input Graveyard
Backend
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
(Whiteboard: u=dev c=backend p=1 s=input.2014q1)
Cron emails sent this:
Traceback (most recent call last):
File "/data/input/src/input.mozilla.org/input//bin/l10n_completion.py", line 29, in <module>
import polib
ImportError: No module named polib
We need to add polib to vendor/.
Assignee | ||
Comment 1•11 years ago
|
||
Adding whiteboard data. It's a 1 pointer--just need to add polib to vendor and we're all set. Grabbing it to work on now.
Assignee: nobody → willkg
Priority: -- → P1
Whiteboard: u=dev c=backend p=1 s=input.2014q1
Assignee | ||
Comment 2•11 years ago
|
||
Scratch that--just needed to fix the script to look at vendor/ rather than vendor-local/. Changing summary accordingly.
Summary: polib missing in vendor/ → fix l10n_completion.py script
Assignee | ||
Comment 3•11 years ago
|
||
Assignee | ||
Comment 4•11 years ago
|
||
Landed in master: https://github.com/mozilla/fjord/commit/4ba80ba
Pushed to prod just now. We'll see the effects tomorrow morning when the cron job kicks off again.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Product: Input → Input Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•