Debanjum Singh Solanky
|
66238004d8
|
Use verbosity level instead of bool across application
For consistent, more granular verbosity controls across app
Allows user to increase verbosity by passing -vvv flags passed to main.py
|
2021-08-16 17:15:41 -07:00 |
|
Debanjum Singh Solanky
|
649e5d1327
|
Allow reuse of get_absolute_path, is_none_or_empty methods
- Move them to utils.helper.py for reuse
- Import those modules where required
- Delete duplicate methods defined in org_to_jsonl.py, asymmetric.py
|
2021-08-16 16:33:43 -07:00 |
|
Debanjum Singh Solanky
|
9703afb814
|
Rename search_types to search_type to standardize to singular naming
Using singular names for other directories in application already
- processor instead of processors
- interface instead of interfaces
|
2021-08-16 16:31:30 -07:00 |
|