~phill-ridout/openlp/fixes-I

« back to all changes in this revision

Viewing changes to openlp/core/ui/advancedtab.py

  • Committer: Philip Ridout
  • Date: 2019-03-10 21:01:39 UTC
  • Revision ID: phill.ridout@gmail.com-20190310210139-v7uh3bk1hk7we3h7
pathlib cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
                minute=self.service_name_time.time().minute()
479
479
            )
480
480
        try:
481
 
            service_name_example = format_time(str(self.service_name_edit.text()), local_time)
 
481
            service_name_example = format_time(self.service_name_edit.text(), local_time)
482
482
        except ValueError:
483
483
            preset_is_valid = False
484
484
            service_name_example = translate('OpenLP.AdvancedTab', 'Syntax error.')