Fix i18n key test

This commit is contained in:
Alexandre Aubin 2021-11-18 03:12:08 +01:00
parent 23b8418ee6
commit 33d3db62b2

View file

@ -102,7 +102,7 @@ def find_expected_string_keys():
yield m
# Keys for the actionmap ...
for category in yaml.safe_load(open("src/actionsmap.yml")).values():
for category in yaml.safe_load(open("share/actionsmap.yml")).values():
if "actions" not in category.keys():
continue
for action in category["actions"].values():