mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 01:52:43 +00:00
removed redundant continues
This commit is contained in:
parent
7354fbc596
commit
f1d9842097
1 changed files with 0 additions and 2 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue