mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 21:38:06 +01:00
Add missing print statement to ExecuteScripts()
This commit is contained in:
@@ -192,7 +192,7 @@ def ExecuteScript(script, verbose=False):
|
|||||||
print "Executing %s" % script
|
print "Executing %s" % script
|
||||||
ret = call("%s > /dev/null 2>&1" % script, shell=True)
|
ret = call("%s > /dev/null 2>&1" % script, shell=True)
|
||||||
if verbose:
|
if verbose:
|
||||||
"%s returned %s" % (script, ret)
|
print "%s returned %s" % (script, ret)
|
||||||
|
|
||||||
def ReadFile(filename):
|
def ReadFile(filename):
|
||||||
""" read in a file and return it's contents as a string """
|
""" read in a file and return it's contents as a string """
|
||||||
|
|||||||
Reference in New Issue
Block a user