From 9eec2e323da62b06b1f3234bb7a4935477a00c8b Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sun, 25 Dec 2022 02:33:43 +0200 Subject: [PATCH] Update log_roller.py --- octosuite/log_roller.py | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/octosuite/log_roller.py b/octosuite/log_roller.py index 749be36..c143844 100644 --- a/octosuite/log_roller.py +++ b/octosuite/log_roller.py @@ -8,17 +8,15 @@ session_opened = "Opened new session on {}:{}" session_closed = "Session closed at {}." viewing_logs = "Viewing logs" viewing_csv = "Viewing CSV file(s)..." -deleted_log = "Deleted log: {}" -reading_log = "Reading log: {}" -reading_csv = 'Reading csv: {}' -deleted_csv = 'Deleted csv: {}' +deleted = "Deleted: {}" +reading = "Reading: {}" file_downloading = "Downloading: {}" file_downloaded = "Downloaded: downloads/{}" info_not_found = "Information not found: {}, {}, {}" user_not_found = "User not found: @{}" org_not_found = "Organization not found: @{}" repo_or_user_not_found = "Repository or User not found: {}, @{}" -prompt_log_csv = "Do you wish to log this output to a CSV file? (yes/no) " +prompt_log_csv = "Do you wish to log this output to a CSV file?" logged_to_csv = "Output logged: {}" logging_skipped = "Logging skipped: {}" -limit_output = "Limit '{}' output to how many? (1-100) " +limit_output = "Limit '{}' output to how many? (1-100)"