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

Cleanup logging #21

Open
brobsc opened this issue May 29, 2018 · 1 comment
Open

Cleanup logging #21

brobsc opened this issue May 29, 2018 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@brobsc
Copy link
Owner

brobsc commented May 29, 2018

Currently this is too verbose:

Trying to checkout: ""
Code does not meet base criteria. Skipping...
Trying to checkout: "
def organiza_por_media(alist):
    total = 0
    for n in alist:
        total += n
    avg = total / float(len(alist))

    for i in range(len(alist)):
        if alist[i] > avg:
            n = alist[i]
            alist.pop(i)
            alist.append(n)

    return alist
"
Code does not meet base criteria. Skipping...
Trying to checkout: "rying to checkout: ""
@brobsc brobsc added the enhancement New feature or request label May 29, 2018
@brobsc brobsc modified the milestones: version 0.1.0, 0.1.0, 0.2.0 Jun 8, 2018
@pedroespindula pedroespindula reopened this Jul 1, 2018
@pedroespindula
Copy link
Collaborator

pedroespindula commented Jul 1, 2018

Add argparse module support for --verbose and --quiet mode.

@pedroespindula pedroespindula removed this from the 1.1.0 milestone Jul 1, 2018
@pedroespindula pedroespindula added this to the 2.1.0 milestone Jul 12, 2018
@brobsc brobsc mentioned this issue Jul 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants