Thread Previous • Date Previous • Date Next • Thread Next |
Review: Needs Fixing if (file_type == 'pdf' or file_type == 'xps' or filetype == 'oxps') and context != ServiceItemContext.Service: This is horrible :-( Better would be: If file_type in VALID_FILE_TYPES: -- https://code.launchpad.net/~tomasgroth/openlp/bugfixes1/+merge/237337 Your team OpenLP Core is subscribed to branch lp:openlp.
Thread Previous • Date Previous • Date Next • Thread Next |