From 6f5a05742d2a96cab52d6163d545cf2527b6ea08 Mon Sep 17 00:00:00 2001 From: soju6jan Date: Mon, 3 Oct 2022 05:15:45 +0900 Subject: [PATCH] test --- lib/framework/init_declare.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/framework/init_declare.py b/lib/framework/init_declare.py index 8d6cd21..5089774 100644 --- a/lib/framework/init_declare.py +++ b/lib/framework/init_declare.py @@ -66,7 +66,9 @@ def read_yaml(filepath): import re import yaml + print('111111111111') print(filepath) + print('222222') yaml.reader.Reader.NON_PRINTABLE = re.compile('[^\t\n\r -�-\U0010ffff]') with open(filepath, encoding='utf8') as file: #with open(filepath, 'rb') as file: