stephensolis/kameris

View on GitHub
kameris/subcommands/run_job.py

Summary

Maintainability
A
45 mins
Test Coverage

Avoid deeply nested control flow statements.
Open

                    for opts in expand_values:
                        if opts == expanded_options:
                            break
                        elif all(o in opts for o in sliced_options):
                            new_exp_options['selection_copy_from'] = \
Severity: Major
Found in kameris/subcommands/run_job.py - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status