Showing 23 of 45 total issues
Function _load
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Confirmed
Confirmed
def _load(self): self.log = Log( log_path=self.settings.get('log_output_file'), log_name=self.settings.get('log_name'), log_level=self.settings.get('log_level'))
- Read upRead up
- Create a ticketCreate a ticket
Function path_format
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Confirmed
Confirmed
def path_format(file_path=None, file_name=None, is_abspath=False, ignore_raises=False): """ Get path joined checking before if path and filepath exist, if not, raise an Exception
- Read upRead up
- Create a ticketCreate a ticket
Remove this commented out code. Confirmed
Confirmed
# if not isinstance(value, Select):
- Read upRead up
- Create a ticketCreate a ticket
- Exclude checks