Skip to content

Commit 1265595

Browse files
authored
Merge pull request #1346 from dbcli/RW/fix-double-timing-issue
Fix timing being printed twice
2 parents 06c3cf4 + f6d454b commit 1265595

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Upcoming (TBD)
44
Bug Fixes
55
--------
66
* Limit Alt-R bindings to Emacs mode.
7+
* Fix timing being printed twice.
78

89

910
Internal

mycli/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,6 @@ def output_res(res: Generator[tuple], start: float) -> None:
757757
self.bell()
758758
if special.is_timing_enabled():
759759
self.echo(f"Time: {t:0.03f}s")
760-
self.echo(f"Time: {t:0.03f}s")
761760
except KeyboardInterrupt:
762761
pass
763762

0 commit comments

Comments
 (0)