| Thread Previous • Date Previous • Date Next • Thread Next |
Shouldn't it be:
try:
import vlc
vlc_available = bool(vlc.get_default_instance())
except ImportError:
vlc_available = False
otherwise vlc_available could stay unassigned.
--
https://code.launchpad.net/~crichter/openlp/media/+merge/84275
Your team OpenLP Core is subscribed to branch lp:openlp.
| Thread Previous • Date Previous • Date Next • Thread Next |