C syntax does not apply

This commit is contained in:
Mark McIntyre 2019-10-02 07:55:59 -04:00
parent ae57e94fd8
commit c8338d7575

View file

@ -149,7 +149,7 @@ def main():
if size_type == 'consistent': if size_type == 'consistent':
truncate_log_file(log_filename) truncate_log_file(log_filename)
file_complete = True file_complete = True
file_count++ file_count += 1
except KeyboardInterrupt: except KeyboardInterrupt:
time.sleep(0.25) time.sleep(0.25)