Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jgough committed Jul 19, 2024
1 parent 8f6d5f3 commit 985e6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scitt/check_operation_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 985e6f8

Please sign in to comment.