DefinetlyNotAI/Logicytics

View on GitHub
CODE/_zipper.py

Summary

Maintainability
A
45 mins
Test Coverage

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

There are no issues that match your filters.

Category
Status