ezKit 1.1.3__py3-none-any.whl → 1.1.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- ezKit/utils.py +1 -0
- {ezKit-1.1.3.dist-info → ezKit-1.1.4.dist-info}/METADATA +1 -1
- {ezKit-1.1.3.dist-info → ezKit-1.1.4.dist-info}/RECORD +6 -6
- {ezKit-1.1.3.dist-info → ezKit-1.1.4.dist-info}/LICENSE +0 -0
- {ezKit-1.1.3.dist-info → ezKit-1.1.4.dist-info}/WHEEL +0 -0
- {ezKit-1.1.3.dist-info → ezKit-1.1.4.dist-info}/top_level.txt +0 -0
ezKit/utils.py
CHANGED
@@ -1317,6 +1317,7 @@ def git_clone(git_repository: str = None, local_repository: str = None, timeout:
|
|
1317
1317
|
return True
|
1318
1318
|
else:
|
1319
1319
|
logger.error(f'[{info}]克隆失败')
|
1320
|
+
logger.error(result.stdout.splitlines()) if v_true(debug, bool) else next
|
1320
1321
|
return False
|
1321
1322
|
except Exception as e:
|
1322
1323
|
logger.error(f'[{info}]克隆失败')
|
@@ -9,12 +9,12 @@ ezKit/plots.py,sha256=QUtoVfZ49ZSNcY8gcQ2TYVkMjDDzoW-myMtqTi5WN2U,5322
|
|
9
9
|
ezKit/redis.py,sha256=pY4SPlcgQ7S8IeY2xoDpxy-xCZxzZQrQJNAoWRsC1dI,1773
|
10
10
|
ezKit/reports.py,sha256=dBBggggCCLuk5YD6SjdUPuxTr3wiJojP3lA7dQfg6Pk,8898
|
11
11
|
ezKit/sendemail.py,sha256=PItznLBcZ6Om8NU7rep69m3QNZ9YkmOovup7pPGyY58,4840
|
12
|
-
ezKit/utils.py,sha256=
|
12
|
+
ezKit/utils.py,sha256=v9IR7ACD_TGtFPiT1NU_jq-_BxkSUd9MDteOyf1ya_s,42296
|
13
13
|
ezKit/weixin.py,sha256=Sxm_yNEvcztFNCZyjZetVwqxoGoL2PJHlQABIWkd1pk,5075
|
14
14
|
ezKit/xftp.py,sha256=qbCqFcGe22TDBSisj0Zoz78tnydDWoOfvywWpXdfaGw,6982
|
15
15
|
ezKit/zabbix.py,sha256=EF0-tQ1FTMBqawXKf3JEoPYoAJmYENXXIm9T5ICSdHM,32345
|
16
|
-
ezKit-1.1.
|
17
|
-
ezKit-1.1.
|
18
|
-
ezKit-1.1.
|
19
|
-
ezKit-1.1.
|
20
|
-
ezKit-1.1.
|
16
|
+
ezKit-1.1.4.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
17
|
+
ezKit-1.1.4.dist-info/METADATA,sha256=v6qLF4qn-zv--Z9FDV8fAHQf-JpV_qUSV-n4g2s8DNM,226
|
18
|
+
ezKit-1.1.4.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
19
|
+
ezKit-1.1.4.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
|
20
|
+
ezKit-1.1.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|