Squish: Syntax fix

Change-Id: I33dcde34b176b5918d976c3e474a7702b53a2fa3
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
Robert Loehning
2013-02-26 16:13:56 +01:00
parent a4593c2057
commit fac11973af
+1 -1
View File
@@ -286,7 +286,7 @@ def deleteAppFromWinFW(workingDir, projectName, isReleaseBuild=True):
if result == 0:
test.log("Deleted %s from firewall" % projectName)
else:
test.fatal("Could not delete %s as allowed program from win firewall" % (mode, projectName))
test.fatal("Could not delete %s as allowed program from win firewall" % (projectName))
# helper that can modify the win firewall to allow a program to communicate through it or delete it
# param addToFW defines whether to add (True) or delete (False) this programm to/from the firewall