darthdeus/bopt

View on GitHub
bopt/cli/convert_meta.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    with open("meta.json", "w") as f_dst:
                        import yaml
                        import json

                        data = yaml.load(f_src, Loader=yaml.Loader)
Severity: Major
Found in bopt/cli/convert_meta.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status