Commit c3f4d98c authored by iker_martin's avatar iker_martin
Browse files

Minor typo correction

parent 1eae4f85
...@@ -180,8 +180,8 @@ def read_local_file(f, dataG, it, runs_in_file): ...@@ -180,8 +180,8 @@ def read_local_file(f, dataG, it, runs_in_file):
real_it = it - (runs_in_file-offset) real_it = it - (runs_in_file-offset)
group = int(lineS[1].split(":")[0]) group = int(lineS[1].split(":")[0])
if lineS[0] == "Async_Iters:": if lineS[0] == "Async_Iters:":
offset_lines = 1 offset_line = 1
dataG[real_it][G_enum.ASYNCH_ITERS.value][group] = get_value(lineS, offset_lines, False) dataG[real_it][G_enum.ASYNCH_ITERS.value][group] = get_value(lineS, offset_line, False)
else: else:
record_multiple_times_line(lineS, dataG[real_it], group) record_multiple_times_line(lineS, dataG[real_it], group)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment