openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #13030
Re: [Merge] lp:~crichter/openlp/media into lp:openlp
> May the w7 error if vlc is not installed does not occour if the my old import
> exception would be used? (all exception while this import should be catched?)
In general a simple "except:" should not be used. In such cases where you want to check if an import is available it is not that nasty to have it, but probably still better to list all exceptions. You never know which exception might be caught (and "lost") when using a simple "except:".
--
https://code.launchpad.net/~crichter/openlp/media/+merge/84344
Your team OpenLP Core is subscribed to branch lp:openlp.
References