Skip to content

Commit

Permalink
doit: remove dependency on POT file from babel_extractupdate
Browse files Browse the repository at this point in the history
A dependency on the POT file does not make sense, we want to be
able to run extractupdate when the code changes. The POT file
is just an intermediary product of extractupdate.
  • Loading branch information
dpausp committed Jun 22, 2022
1 parent 93a7296 commit d43c849
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ def task_babel_extractupdate():
"actions": [
f"pybabel extract -F babel.cfg -o {POT_PATH} {SRC_PATHS}",
f"pybabel update -d {TDIR} -i {POT_PATH}"
],
"file_dep": [POT_PATH]
]
}


Expand Down

0 comments on commit d43c849

Please sign in to comment.