ezKit 1.11.7__tar.gz → 1.11.8__tar.gz

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ezKit
3
- Version: 1.11.7
3
+ Version: 1.11.8
4
4
  Summary: Easy Kit
5
5
  Author: septvean
6
6
  Author-email: septvean@gmail.com
@@ -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:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ezKit
3
- Version: 1.11.7
3
+ Version: 1.11.8
4
4
  Summary: Easy Kit
5
5
  Author: septvean
6
6
  Author-email: septvean@gmail.com
@@ -3,7 +3,7 @@ from setuptools import find_packages, setup
3
3
 
4
4
  setup(
5
5
  name='ezKit',
6
- version='1.11.7',
6
+ version='1.11.8',
7
7
  author='septvean',
8
8
  author_email='septvean@gmail.com',
9
9
  description='Easy Kit',
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes