From c161947876ff9027274ec6f3fcd9c142217d263e Mon Sep 17 00:00:00 2001 From: stg-annon <14135675+stg-annon@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:44:46 -0500 Subject: [PATCH] lof fix --- plugins/renamerOnUpdate/renamerOnUpdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/renamerOnUpdate/renamerOnUpdate.py b/plugins/renamerOnUpdate/renamerOnUpdate.py index df27ee51..17ba103a 100644 --- a/plugins/renamerOnUpdate/renamerOnUpdate.py +++ b/plugins/renamerOnUpdate/renamerOnUpdate.py @@ -30,7 +30,7 @@ try: import config except Exception: - log.LogWarning("Could not import ROU config file, did you rename the template file to 'config.py'? Defaulting to template config file",file=sys.stderr) + log.LogWarning("Could not import ROU config file, did you rename the template file to 'config.py'? Defaulting to template config file") import renamerOnUpdate_config as config