~openlp-core/openlp/trunk

« back to all changes in this revision

Viewing changes to scripts/check_dependencies.py

  • Committer: Raoul Snyman
  • Date: 2019-06-11 05:01:02 UTC
  • mfrom: (2700.3.34 pyro-impress)
  • Revision ID: raoul@snyman.info-20190611050102-vg9dy3tjp5ynheme
Add presentations through LibreOffice on macOS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
        w('OK')
161
161
    except ImportError:
162
162
        w('FAIL')
 
163
    except Exception:
 
164
        w('ERROR')
163
165
    w(os.linesep)
164
166
 
165
167