Initialize initial_time in parseInstrument.py

This commit is contained in:
Alinson S. Xavier 2026-04-11 10:15:56 -05:00
parent c7e754042c
commit 2beedadb12

View File

@ -29,6 +29,7 @@ current_class, current_method = None, None
failed_tests = []
am_args = "-e class "
exit_code = 1
initial_time = 0.0
for line in open(log_filename).readlines():
matches = re.findall('^([0-9.]*)', line)