ezKit 1.11.7__py3-none-any.whl → 1.11.8__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- ezKit/utils.py +2 -2
- {ezKit-1.11.7.dist-info → ezKit-1.11.8.dist-info}/METADATA +1 -1
- {ezKit-1.11.7.dist-info → ezKit-1.11.8.dist-info}/RECORD +6 -6
- {ezKit-1.11.7.dist-info → ezKit-1.11.8.dist-info}/WHEEL +1 -1
- {ezKit-1.11.7.dist-info → ezKit-1.11.8.dist-info}/LICENSE +0 -0
- {ezKit-1.11.7.dist-info → ezKit-1.11.8.dist-info}/top_level.txt +0 -0
ezKit/utils.py
CHANGED
@@ -73,11 +73,11 @@ def check_arguments(data: list) -> bool:
|
|
73
73
|
|
74
74
|
try:
|
75
75
|
if not isTrue(data, list):
|
76
|
-
logger.error("argument error: data")
|
76
|
+
logger.error(f"argument type error: data {type(data)}")
|
77
77
|
return False
|
78
78
|
for arg, arg_type, arg_name in data:
|
79
79
|
if not isTrue(arg, arg_type):
|
80
|
-
logger.error(f"argument error: {arg_name}")
|
80
|
+
logger.error(f"argument type error: {arg_name} {type(arg)}")
|
81
81
|
return False
|
82
82
|
return True
|
83
83
|
except Exception as e:
|
@@ -10,10 +10,10 @@ ezKit/qywx.py,sha256=dGChIIf2V81MwufcPn6hwgSenPuxqK994KRH7ECT-CM,10387
|
|
10
10
|
ezKit/redis.py,sha256=tdiqfizPYQQTIUumkJGUJsJVlv0zVTSTYGQN0QutYs4,1963
|
11
11
|
ezKit/sendemail.py,sha256=47JTDFoLJKi0YtF3RAp9nFfo0ko2jlde3R_C1wr2E2w,7397
|
12
12
|
ezKit/token.py,sha256=HKREyZj_T2S8-aFoFIrBXTaCKExQq4zE66OHXhGHqQg,1750
|
13
|
-
ezKit/utils.py,sha256=
|
13
|
+
ezKit/utils.py,sha256=R9zVgyQG6O5vhe29chjG9hSJB2edleIuolYrly4tj-M,42128
|
14
14
|
ezKit/xftp.py,sha256=izUH9pLH_AzgR3c0g8xSfhLn7LQ9EDcTst3LFjTM6hU,7878
|
15
|
-
ezKit-1.11.
|
16
|
-
ezKit-1.11.
|
17
|
-
ezKit-1.11.
|
18
|
-
ezKit-1.11.
|
19
|
-
ezKit-1.11.
|
15
|
+
ezKit-1.11.8.dist-info/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
16
|
+
ezKit-1.11.8.dist-info/METADATA,sha256=4hAYGS31Ll4FcwaXnOhANjwTL6o51xStJpn1t5T8w5I,191
|
17
|
+
ezKit-1.11.8.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
|
18
|
+
ezKit-1.11.8.dist-info/top_level.txt,sha256=aYLB_1WODsqNTsTFWcKP-BN0KCTKcV-HZJ4zlHkCFw8,6
|
19
|
+
ezKit-1.11.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|