From 985e6f8e85bdc9b7a53b22b2c01a33144e346f45 Mon Sep 17 00:00:00 2001 From: jgough Date: Fri, 19 Jul 2024 13:21:29 +0100 Subject: [PATCH] fixup --- scitt/check_operation_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scitt/check_operation_status.py b/scitt/check_operation_status.py index d8fb778..e74e62b 100755 --- a/scitt/check_operation_status.py +++ b/scitt/check_operation_status.py @@ -116,7 +116,7 @@ def main(): args = parser.parse_args() logger = logging.getLogger("check operation status") - logging.basicConfig(encoding="utf-8", level=logging.getLevelName(args.log_level)) + logging.basicConfig(level=logging.getLevelName(args.log_level)) headers = get_token_from_file(args.token_file_name)