Skip to content
Snippets Groups Projects
Commit 3cbb9df7 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

don't crash when Farstream is not installed

parent e746ca9b
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ try:
except GLib.GError:
HAVE_FARSTREAM = False
except ImportError:
except (ImportError, ValueError):
HAVE_FARSTREAM = False
HAVE_UPNP_IGD = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment