Skip to content

Commit

Permalink
Merge pull request #95 from eltociear/patch-2
Browse files Browse the repository at this point in the history
chore: update time_elapser.py
  • Loading branch information
YilingQiao authored Dec 20, 2024
2 parents 738d015 + 6f84a6a commit ab726a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion genesis/logging/time_elapser.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __exit__(self, exc_type, exc_value, traceback):
pass

def run(self):
# re-print logger msg from the begining of the previous line
# re-print logger msg from the beginning of the previous line
self.logger.raw("\x1b[1F" + self.start_msg + " ")
t_start = time.perf_counter()
t_elapsed = time.perf_counter() - t_start
Expand Down

0 comments on commit ab726a6

Please sign in to comment.