summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Ferman <cferman@redhat.com>2023-06-06 20:28:16 +0200
committerDave <dmz.oneill@gmail.com>2024-02-21 15:50:46 +0100
commit33010a2e02b9691e950915ee5486779eab44e73d (patch)
treedb4cc4a9007e41d93eafd2cc54f102058abe5662
parentFix playbook errors found by debugging (diff)
downloadawx-33010a2e02b9691e950915ee5486779eab44e73d.tar.xz
awx-33010a2e02b9691e950915ee5486779eab44e73d.zip
added # -*-coding:utf-8-*- to test if this fixes issues with users being unable to have Japanese, Chinese and Korean Characters in email messages
-rw-r--r--awx/main/notifications/custom_notification_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/awx/main/notifications/custom_notification_base.py b/awx/main/notifications/custom_notification_base.py
index f3a9e1e3c8..22d04f6511 100644
--- a/awx/main/notifications/custom_notification_base.py
+++ b/awx/main/notifications/custom_notification_base.py
@@ -1,5 +1,6 @@
# Copyright (c) 2019 Ansible, Inc.
# All Rights Reserved.
+# -*-coding:utf-8-*-
class CustomNotificationBase(object):