C syntax does not apply
This commit is contained in:
parent
ae57e94fd8
commit
c8338d7575
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ def main():
|
|||
if size_type == 'consistent':
|
||||
truncate_log_file(log_filename)
|
||||
file_complete = True
|
||||
file_count++
|
||||
file_count += 1
|
||||
|
||||
except KeyboardInterrupt:
|
||||
time.sleep(0.25)
|
||||
|
|
Loading…
Add table
Reference in a new issue