Closed procrypt closed 8 years ago
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
Can one of the admins verify this patch?
@cdrage is this what you were saying ?
@abhi1004 I don't understand this PR. How does it relate to #620?
@dustymabe as you mentioned in the comment here https://github.com/projectatomic/atomicapp/pull/726#issuecomment-220607118 that subprocess.check_output()
raise an exception when the command fails so I thought we should handle that exception.
My bad I didn't mentioned it before in the comment.
@cdrage I followed pattern as here https://github.com/projectatomic/atomicapp/pull/753/files and made the changes. All tests pass locally. @dustymabe Yes, not related to #620, but related to the https://github.com/projectatomic/atomicapp/pull/726#issuecomment-220607118 Let me know if you need me to do anything else with the issue.
Commented on removing Failed!
from the logging output. But other than that this LGTM. @dustymabe ?
@cdrage LGTM - only thing I would change is to cut lines down to below 80 characters
@cdrage @dustymabe made the changes as asked.
LGTM - but all tests failed? @cdrage can you investigate and then merge when ready.
@dustymabe all tests passed locally, I checked it before sending the PR.
@dustymabe openshift + k8s tests are false positive due to nulecule-library examples updating. docker one timed out. will run tests again once nulecule-library etherpad example has been updated
Ayyyy tests pass! :) LGTM Merge when ready.
This pr will handle the exception in issue #620 @cdrage @dustymabe Please review it.