mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-05-17 03:03:37 +00:00
Fixed missing enclosing bracket
This commit is contained in:
committed by
GitHub
parent
d560c98b5f
commit
567da23043
2
.github/db_operator.py
vendored
2
.github/db_operator.py
vendored
@@ -150,7 +150,7 @@ class ExternalFilesReader:
|
||||
def __init__(self, strpath: str):
|
||||
self._strpath = strpath
|
||||
|
||||
def read_external_files(self) -> List[Tuple[Path, Dict[str, Any]]:
|
||||
def read_external_files(self) -> List[Tuple[Path, Dict[str, Any]]]:
|
||||
if self._strpath == '':
|
||||
return []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user