Added notarize_no_exc method to return success state instead of raising the exception #5
No reviewers
Labels
No Label
No Milestone
No Assignees
4 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: almalinux/cas_wrapper#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "albs-637"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -79,6 +79,21 @@ class CasWrapper:
result_of_execution = command()
return json.loads(result_of_execution)['hash']
def notarize_no_exc(
Please, add docstring, or expand name of the method. It's unclear