~phill-ridout/openlp/qr

« back to all changes in this revision

Viewing changes to openlp.py

  • Committer: Raoul Snyman
  • Date: 2017-09-23 03:50:45 UTC
  • mto: (2767.1.3 openlp)
  • mto: This revision was merged to the branch mainline in revision 2769.
  • Revision ID: raoul@snyman.info-20170923035045-wzxknwzuajqnx0za
Actually show the progress dialog when we're waiting for the thread to shut down.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
import sys
29
29
 
30
30
from openlp.core.common import is_win, is_macosx
 
31
from openlp.core.common.applocation import AppLocation
31
32
from openlp.core import main
32
33
 
33
 
faulthandler.enable()
 
34
faulthandler.enable(open(str(AppLocation.get_directory(AppLocation.CacheDir) / 'error.log'), 'wb'))
34
35
 
35
36
if __name__ == '__main__':
36
37
    """