flake8
passed.
JSHint
passed.
Review Request #13305 — Created Oct. 4, 2023 and submitted
We don't properly display the site data directory in
get_data_dir
's
error message. This change fixes that.
Summary | ID |
---|---|
7a2c0ad633579e46d91a09f50fe12a8367aad26a |
Description | From | Last Updated |
---|---|---|
This has to be %'d outside of the _(), or it can't be localized. The _() will take the string … |
|
reviewboard/admin/server.py (Diff revision 1) |
---|
This has to be
%
'd outside of the_()
, or it can't be localized. The_()
will take the string (which must be static) and look it up, and can then apply any%s
in it.
Commits: |
|
|||||||
---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+2 -2) |