← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~crichter/openlp/media into lp:openlp

 

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.


References