From 7863ad80eabea3589f7cd0a1048ae21ae568711e Mon Sep 17 00:00:00 2001 From: stg-annon <14135675+stg-annon@users.noreply.github.com> Date: Sat, 17 Feb 2024 18:45:22 -0500 Subject: [PATCH] wording --- plugins/findFileErrors/findFileErrors.yml | 4 ++-- plugins/findFileErrors/main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/findFileErrors/findFileErrors.yml b/plugins/findFileErrors/findFileErrors.yml index 27a09b0..00c069d 100644 --- a/plugins/findFileErrors/findFileErrors.yml +++ b/plugins/findFileErrors/findFileErrors.yml @@ -15,10 +15,10 @@ tasks: defaultArgs: mode: generate_errors - name: Scan then Check - description: runs a metadata scan across all of stash then checks the log file for errors + description: A FULL SCAN MAY TAKE A LONG TIME:runs a metadata scan across all of stash then checks the log file for errors defaultArgs: mode: scan_check # - name: Generate then Check - # description: runs a generate task across all of stash then checks the log file for errors + # description: A FULL GENERATE TASK MAY TAKE A VERY LONG TIME:runs a generate task across all of stash then checks the log file for errors # defaultArgs: # mode: generate_check \ No newline at end of file diff --git a/plugins/findFileErrors/main.py b/plugins/findFileErrors/main.py index 0275d79..aeb1859 100644 --- a/plugins/findFileErrors/main.py +++ b/plugins/findFileErrors/main.py @@ -81,7 +81,7 @@ def find_generate_errors(): def tag_scenes_with_file_errors(file_errors): count = len(file_errors) - log.info(f"found {count} files errors looking for related scenes...") + log.info(f"found {count} file errors looking for related scenes...") tag_id_lookup = {}