Skip to content

Commit

Permalink
add a missing exception definition
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzhengyuan <[email protected]>
  • Loading branch information
Ruminateer committed Jan 27, 2021
1 parent 1c25936 commit ef88d18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/edl/utils/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ class EdlNotLeaderError(EdlException):
pass


class EdlNotFoundLeader(EdlException):
pass


def deserialize(pb_status):
thismodule = sys.modules[__name__]
try:
Expand Down

0 comments on commit ef88d18

Please sign in to comment.