mirror of
https://github.com/munki/munki.git
synced 2026-01-20 22:20:43 -06:00
Attempted fix to occasional osascript error.
git-svn-id: http://munki.googlecode.com/svn/trunk@135 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -63,7 +63,7 @@ def title(titleText):
|
||||
def message(messageText):
|
||||
result = osascript('tell application "MunkiStatus" to set contents of text field "mainTextFld" of window "mainWindow" to "%s"' % messageText)
|
||||
# when you change the message, the detail is no longer valid, so let's clear that
|
||||
result = osascript('tell application "MunkiStatus" to set contents of text field "minorTextFld" of window "mainWindow" to ""')
|
||||
result = osascript('tell application "MunkiStatus" to set contents of text field "minorTextFld" of window "mainWindow" to " "')
|
||||
|
||||
|
||||
def detail(detailsText):
|
||||
|
||||
Reference in New Issue
Block a user