Skip to content

Commit ef88d18

Browse files
committed
add a missing exception definition
Signed-off-by: zhangzhengyuan <[email protected]>
1 parent 1c25936 commit ef88d18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/edl/utils/exceptions.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ class EdlNotLeaderError(EdlException):
8989
pass
9090

9191

92+
class EdlNotFoundLeader(EdlException):
93+
pass
94+
95+
9296
def deserialize(pb_status):
9397
thismodule = sys.modules[__name__]
9498
try:

0 commit comments

Comments
 (0)