xybu/onedrived-dev

View on GitHub
onedrived/od_repo.py

Summary

Maintainability
A
35 mins
Test Coverage

Showing 2 of 2 total issues

Function move_item has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

def move_item(self, item_name, parent_relpath, new_name, new_parent_relpath, is_folder=False):
Severity: Minor
Found in onedrived/od_repo.py - About 35 mins to fix

    Multiple spaces after operator
    Open

    return config_dir + '/items_' + drive_id + '.sqlite3'
    Severity: Minor
    Found in onedrived/od_repo.py by pep8
    Category
    Status