From 21b362c9a2101f277ef8a29a9169f48d93a3c071 Mon Sep 17 00:00:00 2001 From: Phill Ridout Date: Sun, 14 Jan 2018 09:01:00 +0000 Subject: [PATCH] doc string! --- openlp/core/ui/servicemanager.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index f10ce85ab..bfe0b0a6a 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -507,6 +507,11 @@ class ServiceManager(QtWidgets.QWidget, RegistryBase, Ui_ServiceManager, LogMixi return service def get_write_file_list(self): + """ + + :return: + :rtype: (list[openlp.core.common.path.Path], list[openlp.core.common.path.Path]) + """ write_list = [] missing_list = [] for item in self.service_items: