Linting fixes

This commit is contained in:
Darkshredder
2021-03-08 23:10:49 +05:30
parent 122c4618b9
commit 14ec83c886
2 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ def add_tiger_data(dsn, data_dir, threads, config, sqllib_dir):
lines = 0
end_of_file = False
total_used_threads = place_threads
while True :
while True:
if end_of_file:
break
for imod in range(place_threads):