We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acb283a commit 3caa586Copy full SHA for 3caa586
src/downloader/full_run_service.py
@@ -170,7 +170,7 @@ def _check_certificates(self) -> bool:
170
return False
171
172
def _display_summary(self, box: InstallationBox, start_time) -> None:
173
- run_time = str(datetime.timedelta(seconds=time.monotonic() - start_time))[0:-4]
+ run_time = str(datetime.timedelta(seconds=time.monotonic() - start_time))[2:-4]
174
175
self._logger.print()
176
self._logger.print('===========================')
0 commit comments