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

Log the arguments when running a task #24

Merged
merged 3 commits into from
Oct 3, 2016
Merged

Log the arguments when running a task #24

merged 3 commits into from
Oct 3, 2016

Commits on Oct 3, 2016

  1. Log command info when running command line tasks

    Modify the argument parser to log the full details of the command.
    If run from the command line (e.g. with no args from sys.argv)
    then log the full command line.
    If run by calling parseAndRun with args specified (e.g. a unit test)
    then log <class>.parseAndRun(args).
    r-owen committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    502bbfa View commit details
    Browse the repository at this point in the history
  2. Fix flake8 warnings

    Define a function instead of assigning a lambda
    Reorder a few imports
    r-owen committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    1dfcc2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54f122d View commit details
    Browse the repository at this point in the history