bundlewrap / bundlewrap

Useless return detected PYL-R1711
Anti-pattern
Minor
6 months ago3 years old
Useless return at end of function or method
1109                    },
1110                }
1111
1112    def handle_exception(task_id, exception, traceback):1113        node_name, bundle_name, item_id = task_id.split(":", 2)
1114        io.progress_advance()
1115        if isinstance(exception, (ItemSkipped, NotImplementedError)):