Skip to content

Commit

Permalink
fixup! Improve remote error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Sep 8, 2023
1 parent 27b0ba1 commit b7a841f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion oca_port/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ def __init__(self, entity):


class RemoteBranchValueError(ValueError):
pass
def __init__(self, entity):
super().__init__(entity._ref)
self.entity = entity

0 comments on commit b7a841f

Please sign in to comment.