mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +00:00
Linting fixes
This commit is contained in:
@@ -54,7 +54,7 @@ def add_tiger_data(dsn, data_dir, threads, config, sqllib_dir):
|
|||||||
lines = 0
|
lines = 0
|
||||||
end_of_file = False
|
end_of_file = False
|
||||||
total_used_threads = place_threads
|
total_used_threads = place_threads
|
||||||
while True :
|
while True:
|
||||||
if end_of_file:
|
if end_of_file:
|
||||||
break
|
break
|
||||||
for imod in range(place_threads):
|
for imod in range(place_threads):
|
||||||
|
|||||||
Reference in New Issue
Block a user