removed redundant continues

This commit is contained in:
Cooliokid956 2026-03-28 10:43:52 -05:00
parent 7354fbc596
commit f1d9842097

View file

@ -29,10 +29,8 @@ for file in os.listdir(os.fsencode(LANG_DIR)):
if lang.has_option(section, entry):
if not DEF_LANG.has_option(section, entry):
warnings["Extra"].append(entry)
continue
else:
warnings["Missing"].append(entry)
continue
else: warnings["Missing"].append("Section")