mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-13 22:34:07 +00:00
@@ -304,7 +304,7 @@ class Indexer(object):
|
|||||||
else:
|
else:
|
||||||
ready, _, _ = select.select(self.threads, [], [])
|
ready, _, _ = select.select(self.threads, [], [])
|
||||||
|
|
||||||
assert(False, "Unreachable code")
|
assert False, "Unreachable code"
|
||||||
|
|
||||||
|
|
||||||
def nominatim_arg_parser():
|
def nominatim_arg_parser():
|
||||||
|
|||||||
Reference in New Issue
Block a user