mirror of
https://gitlab.com/openlp/packaging.git
synced 2024-12-22 04:52:50 +00:00
Cleanup: use self. directly in args assignment.
This commit is contained in:
parent
0d6b003572
commit
88e2bc4ed9
@ -278,7 +278,7 @@ class MacosxBuilder(object):
|
||||
self.docs_path = self.config.get(u'paths', u'documentation')
|
||||
|
||||
self.openlp_script = os.path.abspath(
|
||||
os.path.join(branch_path, u'openlp.pyw'))
|
||||
os.path.join(self.branch_path, u'openlp.pyw'))
|
||||
self.hooks_path = os.path.abspath(os.path.join(
|
||||
self.branch_path, self.config.get(u'paths', u'hooks')))
|
||||
self.mac_icon = os.path.abspath(
|
||||
|
Loading…
Reference in New Issue
Block a user