pablodz / pipewire_python

Exception caught is very general PYL-W0703
Anti-pattern
Major
4 months agoa year old
Catching too general exception Exception
268                        mydict[str(first_level)] = {}
269
270                    mydict[first_level][second_level] = data_to_place
271        except Exception as e:272            print(e)
273
274    if verbose: