From 4bbbdcc7fd4902d28efeba063c587d8b32fb6e99 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Wed, 23 Feb 2022 18:30:06 +0100 Subject: [PATCH] minor update --- auto_archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_archive.py b/auto_archive.py index ce82ee1..211d3d7 100644 --- a/auto_archive.py +++ b/auto_archive.py @@ -71,7 +71,7 @@ def process_sheet(sheet): continue if not gw.col_exists('status'): - logger.warning("No 'Archive status' column found, skipping") + logger.warning(f'No "Archive status" column found, skipping worksheet {wks.title}') continue # archives will be in a folder 'doc_name/worksheet_name'