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

created util.py containing logging module #12

Merged
merged 4 commits into from
Sep 22, 2014
Merged

created util.py containing logging module #12

merged 4 commits into from
Sep 22, 2014

Conversation

mrniranjan
Copy link
Collaborator

Created new file util.py , currently containing logging module.
Modified common_ci.py and ipa_ci.py to use logging module from util.py

@gsr-shanks
Copy link
Owner

While testing this PR, I see that the message is printed twice.

ci-utilities (mrniranjan-master)$ python idm_ci.py --project test --provisioner test
2014-09-19 20:12:16,567 - util - ERROR - Missing acceptable project name, see help for more info
ERROR:util:Missing acceptable project name, see help for more info
ci-utilities (mrniranjan-master %)$

Shouldn't it be just once ?

  • shanks

@mrniranjan
Copy link
Collaborator Author

ѕнanĸѕ wrote:

While testing this PR, I see that the message is printed twice.

ci-utilities (mrniranjan-master)$ python idm_ci.py --project test --provisioner test
2014-09-19 20:12:16,567 - util - ERROR - Missing acceptable project name, see help for more info
ERROR:util:Missing acceptable project name, see help for more info
ci-utilities (mrniranjan-master %)$

Shouldn't it be just once ?

  • shanks

Reply to this email directly or view it on GitHub:
#12 (comment)
The message doesn't show which line in the code is causing this ?

@mrniranjan
Copy link
Collaborator Author

oh okay, will send you the fixed code

gsr-shanks added a commit that referenced this pull request Sep 22, 2014
created util.py containing logging module. Fixes #6
@gsr-shanks gsr-shanks merged commit b1bcb5c into gsr-shanks:master Sep 22, 2014
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.

2 participants