DefinetlyNotAI/Logicytics

View on GitHub
CODE/__lib_class.py

Summary

Maintainability
A
40 mins
Test Coverage

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

There are no issues that match your filters.

Category
Status