aboutsummaryrefslogtreecommitdiffstats
path: root/po/ta.po
diff options
context:
space:
mode:
authorEric Desrochers <eric.desrochers@canonical.com>2020-08-19 17:44:07 -0400
committerJake Hunsaker <jhunsake@redhat.com>2020-08-19 18:13:55 -0400
commit1d7bab6c7ce3f78758113ca3cdf3e9fa1762df24 (patch)
treee510f36245d123404b95c38150ae1ee1252469f6 /po/ta.po
parente54efa6e5895bbe5e8aacfc25f8c24dd1abc4201 (diff)
downloadsos-1d7bab6c7ce3f78758113ca3cdf3e9fa1762df24.tar.gz
[options] Fix dict order py38 incompatibility
python-3.8 dict changes introduce a traceback during our config file parsing for options with `-` characters in them. Fix this by changing an iteration of the dict keys from `dict.keys()` that returns a dict_keys view, to `list(dict)` which returns a list copy of the keys. Closes: #2206 Resolves: #2207 Signed-off-by: Eric Desrochers <eric.desrochers@canonical.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to 'po/ta.po')
0 files changed, 0 insertions, 0 deletions