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

Output performed with loggers. Adds options --no-print. #12

Merged
merged 2 commits into from Apr 29, 2016
Merged

Output performed with loggers. Adds options --no-print. #12

merged 2 commits into from Apr 29, 2016

Conversation

tonigi
Copy link
Contributor

@tonigi tonigi commented Apr 27, 2016

Changes in #11 squashed in one commit.

parser.add_option("--verbosity", dest="verbosity", action="store_const",
help="level of printout - not activated yet")
help="set the parameter file [%default]")
parser.add_option("-q", "--no-print", dest="verbosity", action="store_const", const=0, default=1,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for late comment, but just noticed this now. This option was renamed from --quiet to --no-print; but --quiet seems like a better name, and matches the -q short option.

Also previously -z was first, and -q was second. In new code -q is first, and -z is second, which makes the history look like there were more changes then there really were. Would be nice to change ordering of these 2 options to simplify the diff.

@matvey83 matvey83 merged commit 5fbbdd4 into jensengroup:master Apr 29, 2016
@matvey83
Copy link
Collaborator

Thanks on your work on this, @tonigi. BTW when doing the merge, I realized github has an option to squash all commits into one during merge - so I used it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants