Skip to content

Commit

Permalink
Clear wait
Browse files Browse the repository at this point in the history
  • Loading branch information
theypsilon authored Sep 24, 2023
1 parent 7b730b2 commit e6f376d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/downloader/full_run_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def _display_summary(self, installed_files, failed_files, failed_folders, failed
self._logger.print()
if has_system: self._logger.print(f'Minimum required space for {self._config[K_BASE_SYSTEM_PATH]} is {self._config[K_MINIMUM_SYSTEM_FREE_SPACE_MB]}MB.')
if has_external: self._logger.print(f'Minimum required space for external storage is {self._config[K_MINIMUM_EXTERNAL_FREE_SPACE_MB]}MB.')
self._logger.print('Free some space and try again.')
self._logger.print('Free some space and try again. [Waiting 10 seconds...]')
self._waiter.sleep(10)


Expand Down

0 comments on commit e6f376d

Please sign in to comment.