Catch all exceptions when testing Farstream
This commit is contained in:
parent
d8777a78aa
commit
52c06cd64f
|
@ -228,7 +228,8 @@ try:
|
|||
session = conference.new_session(Farstream.MediaType.AUDIO)
|
||||
del session
|
||||
del conference
|
||||
except GLib.GError:
|
||||
except Exception as e:
|
||||
glog.info(e)
|
||||
HAVE_FARSTREAM = False
|
||||
|
||||
except (ImportError, ValueError):
|
||||
|
|
Loading…
Reference in New Issue