From 3817bf57035250500f450e5d8544a8822ae2610d Mon Sep 17 00:00:00 2001 From: soju6jan Date: Mon, 3 Oct 2022 05:11:42 +0900 Subject: [PATCH] test --- lib/framework/init_declare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/framework/init_declare.py b/lib/framework/init_declare.py index 693f818..e306838 100644 --- a/lib/framework/init_declare.py +++ b/lib/framework/init_declare.py @@ -67,7 +67,7 @@ def read_yaml(filepath): import yaml - yaml.reader.Reader.NON_PRINTABLE = re.compile('[^\t\n\r -�-\U0010ffff] + yaml.reader.Reader.NON_PRINTABLE = re.compile('[^\t\n\r -�-\U0010ffff]') #with open(filepath, encoding='utf8') as file: with open(filepath, 'rb') as file: data = yaml.load(file, Loader=yaml.FullLoader)