Showing 1 of 4 total issues
Function maybe_copy_file
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
def maybe_copy_file(self, args: Task) -> None: """Determine if file should be copied or not and handle exceptions.""" path, prefixed_path, source_storage = args # Build up found_files to look identical to how it's created in the
- Read upRead up