Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix code convention check #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 23, 2020

  1. Fix code convention check

    There are 2 issues with the code convention check ('make check_convention')
    that runs as part of the build:
    1. The 'pep8' CLI tool is deprecated, and 'pycodestyle' should be used instead.
    2. There are some PEP8 errors.
    
    This commit changes the Makefile to use 'pycodestyle' instead of 'pep8',
    and fixes the remaining pep8 errors.
    levioctl committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    9993dc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Bugfix: purge functionality (and unittest) was broken

    This reverts commit fba6b7c.
    ("Divide purge process to threads")
    
    The reverted commit is faulty and breaks purge functionality.
    levioctl committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    cdbbf7b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Configuration menu
    Copy the full SHA
    a59cea3 View commit details
    Browse the repository at this point in the history