From ef88d189cb488582ef79268398bc8240f9f4df6c Mon Sep 17 00:00:00 2001 From: zhangzhengyuan Date: Wed, 27 Jan 2021 20:52:28 +0800 Subject: [PATCH] add a missing exception definition Signed-off-by: zhangzhengyuan --- python/edl/utils/exceptions.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/python/edl/utils/exceptions.py b/python/edl/utils/exceptions.py index 981c516e..2a52ae64 100644 --- a/python/edl/utils/exceptions.py +++ b/python/edl/utils/exceptions.py @@ -89,6 +89,10 @@ class EdlNotLeaderError(EdlException): pass +class EdlNotFoundLeader(EdlException): + pass + + def deserialize(pb_status): thismodule = sys.modules[__name__] try: