forked from openlp/openlp
pep fixes
This commit is contained in:
parent
854537b3e6
commit
92eee52d3f
@ -262,6 +262,7 @@ class OpenLP(OpenLPMixin, QtGui.QApplication):
|
||||
else:
|
||||
return QtGui.QApplication.event(self, event)
|
||||
|
||||
|
||||
def parse_options(args):
|
||||
"""
|
||||
Parse the command line arguments
|
||||
@ -286,6 +287,7 @@ def parse_options(args):
|
||||
# Parse command line options and deal with them. Use args supplied pragmatically if possible.
|
||||
return parser.parse_args(args) if args else parser.parse_args()
|
||||
|
||||
|
||||
def set_up_logging(log_path):
|
||||
"""
|
||||
Setup our logging using log_path
|
||||
|
Loading…
Reference in New Issue
Block a user