mirror of
https://github.com/munki/munki.git
synced 2026-04-25 22:40:46 -05:00
PyLint cleanups
This commit is contained in:
@@ -138,7 +138,7 @@ def activate():
|
||||
_currentStatus['command'] = ''
|
||||
|
||||
|
||||
def quit():
|
||||
def quit_app():
|
||||
'''Tells the status app that we're done.'''
|
||||
_currentStatus['command'] = 'quit'
|
||||
postStatusNotification()
|
||||
|
||||
Reference in New Issue
Block a user