From 7cf0639268742334bca7d5e69f15b5e8d2fe9cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=B4=9B?= Date: Mon, 2 Aug 2021 17:25:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=EF=BC=9A=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E9=80=82=E9=85=8D=E9=9D=A2=E6=9D=BF=E8=AF=BB=E5=8F=96cron?= =?UTF-8?q?=E3=80=81=E8=84=9A=E6=9C=AC=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- getENV.py | 1 + 1 file changed, 1 insertion(+) diff --git a/getENV.py b/getENV.py index 47816ae..31d8252 100644 --- a/getENV.py +++ b/getENV.py @@ -12,6 +12,7 @@ def getENv(): else: print('未找到配置文件\n') print('请添加/ql/config/check.json') + exit(1) else: print('失败 请检查环境') exit(0)