From 0e3568f9673424f3264a0b56d6e13fe7ee80b65e Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 26 Jun 2022 10:05:59 +0200 Subject: [PATCH] Update log_roller.py --- octosuite/log_roller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/octosuite/log_roller.py b/octosuite/log_roller.py index 3fb72de..14d6793 100644 --- a/octosuite/log_roller.py +++ b/octosuite/log_roller.py @@ -11,8 +11,8 @@ class logRoller: deletedLog = 'Deleted log: {}' readingLog = 'Reading log: {}' viewingLogs = 'Viewing logs...' - fileDownloading = 'Downloading ({})...' - fileDownloaded = 'Downloaded. Saved to downloads/{}' + fileDownloading = 'Downloading:{}' + fileDownloaded = 'Downloaded:downloads/{}' fileNotFound = 'File ({}) not found.' infoNotFound = 'Information ({} - {} - {}) not found.' repoNotFound = 'Repository ({}) not found.'