File tree Expand file tree Collapse file tree
automation_file/utils/exception Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- token_is_exist : str = "token file is exists"
1+ token_is_exist : str = "token file already exists"
2+
23# Callback executor
3- get_bad_trigger_method : str = "get bad trigger method, only accept kwargs and args"
4- get_bad_trigger_function : str = "get bad trigger function only accept function in event_dict"
4+ get_bad_trigger_method : str = "invalid trigger method: only kwargs and args accepted"
5+ get_bad_trigger_function : str = "invalid trigger function: only functions in event_dict accepted"
6+
57# add command
6- add_command_exception : str = "command value type should be as method or function"
8+ add_command_exception : str = "command value type must be a method or function"
9+
710# executor
8- executor_list_error : str = "executor receive wrong data list is none or wrong type"
11+ executor_list_error : str = "executor received invalid data: list is empty or of wrong type"
12+
913# json tag
10- cant_execute_action_error : str = "cant execute action"
11- cant_generate_json_report : str = "can't generate json report"
12- cant_find_json_error : str = "cant find json file"
13- cant_save_json_error : str = "cant save json file"
14- action_is_null_error : str = "json action is null"
14+ cant_execute_action_error : str = "can't execute action"
15+ cant_generate_json_report : str = "can't generate JSON report"
16+ cant_find_json_error : str = "can't find JSON file"
17+ cant_save_json_error : str = "can't save JSON file"
18+ action_is_null_error : str = "JSON action is null"
19+
1520# argparse
16- argparse_get_wrong_data : str = "argparse receive wrong data"
21+ argparse_get_wrong_data : str = "argparse received invalid data"
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ requires = ["setuptools>=61.0"]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " automation_file "
9- version = " 0.0.27 "
8+ name = " automation_file_dev "
9+ version = " 0.0.30 "
1010authors = [
1111 { name = " JE-Chen" , email = " zenmailman@gmail.com" },
1212]
1313description = " "
1414readme = { file = " README.md" , content-type = " text/markdown" }
1515requires-python = " >=3.10"
16- license-files = [ " LICENSE " ]
16+ license = { text = " MIT " }
1717dependencies = [
1818 " google-api-python-client" ,
1919 " google-auth-httplib2" ,
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ requires = ["setuptools>=61.0"]
55build-backend = " setuptools.build_meta"
66
77[project ]
8- name = " automation_file_dev "
9- version = " 0.0.29 "
8+ name = " automation_file "
9+ version = " 0.0.28 "
1010authors = [
1111 { name = " JE-Chen" , email = " zenmailman@gmail.com" },
1212]
1313description = " "
1414readme = { file = " README.md" , content-type = " text/markdown" }
1515requires-python = " >=3.10"
16- license = { text = " MIT " }
16+ license-files = [ " LICENSE " ]
1717dependencies = [
1818 " google-api-python-client" ,
1919 " google-auth-httplib2" ,
You can’t perform that action at this time.
0 commit comments