From e04bd9b347a0b61f6126b360132e82e39ac231b2 Mon Sep 17 00:00:00 2001 From: soju6jan Date: Mon, 3 Oct 2022 05:14:36 +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 a90a534..8d6cd21 100644 --- a/lib/framework/init_declare.py +++ b/lib/framework/init_declare.py @@ -66,7 +66,7 @@ def read_yaml(filepath): import re import yaml - + print(filepath) yaml.reader.Reader.NON_PRINTABLE = re.compile('[^\t\n\r -�-\U0010ffff]') with open(filepath, encoding='utf8') as file: #with open(filepath, 'rb') as file: