DefinetlyNotAI/Logicytics

View on GitHub

Showing 2 of 2 total issues

Avoid deeply nested control flow statements.
Open

                        for f in files:
                            zip_file.write(os.path.join(root, f), os.path.relpath(os.path.join(root, f), path))
                else:
Severity: Major
Found in CODE/_zipper.py - About 45 mins to fix

Consider simplifying this complex logical expression.
Open

            if not (
                    args.default or args.threaded or args.modded or args.minimal or args.nopy or args.depth
            ):
                print("Invalid combination of flags.")
                exit(1)
Severity: Major
Found in CODE/__lib_class.py - About 40 mins to fix
Severity
Category
Status
Source
Language