mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 23:05:17 -04:00
Fix KeyError in gen_externs.py
This commit is contained in:
@@ -64,7 +64,7 @@ def get_unknown_symbols(file: Path):
|
||||
elif not skip:
|
||||
symbol += line.strip()
|
||||
symbols.add(symbol)
|
||||
symbols.remove('')
|
||||
if '' in symbols: symbols.remove('')
|
||||
if len(symbols) == 0:
|
||||
return []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user