From 06878062e56ccbdf6e37c96406fcb7672d54014e Mon Sep 17 00:00:00 2001 From: soju6jan Date: Mon, 3 Oct 2022 05:17:10 +0900 Subject: [PATCH] test --- lib/framework/init_declare.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/framework/init_declare.py b/lib/framework/init_declare.py index 5089774..7874dc4 100644 --- a/lib/framework/init_declare.py +++ b/lib/framework/init_declare.py @@ -69,6 +69,10 @@ def read_yaml(filepath): print('111111111111') print(filepath) print('222222') + import sys + print(sys.argv) + print('333333333333') + yaml.reader.Reader.NON_PRINTABLE = re.compile('[^\t\n\r -�-\U0010ffff]') with open(filepath, encoding='utf8') as file: #with open(filepath, 'rb') as file: