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

1366301: Entitlement regeneration no longer propagates server errors #179

Merged
merged 3 commits into from Aug 25, 2016

Conversation

Ceiu
Copy link
Contributor

@Ceiu Ceiu commented Aug 22, 2016

  • A RemoteServerException will no longer be raised from the entitlement
    certificate regeneration methods on 404

- A RemoteServerException will no longer be raised from the entitlement
  certificate regeneration methods on 404
try:
self.conn.request_put(method)
result = True
except RemoteServerException as e:
Copy link
Member

Choose a reason for hiding this comment

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

For this to work, if the resource is truly not available, we should probably be catching BadStatusLine.

@vritant vritant merged commit 55a7d0a into master Aug 25, 2016
@ptoscano ptoscano deleted the crog/1366301 branch January 24, 2022 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants