Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-annon committed Feb 17, 2024
1 parent 039c5ad commit 7863ad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugins/findFileErrors/findFileErrors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion plugins/findFileErrors/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {}

Expand Down

0 comments on commit 7863ad8

Please sign in to comment.