Skip to content
Snippets Groups Projects
Commit fac11973 authored by Robert Loehning's avatar Robert Loehning
Browse files

Squish: Syntax fix


Change-Id: I33dcde34b176b5918d976c3e474a7702b53a2fa3
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent a4593c20
No related branches found
No related tags found
No related merge requests found
...@@ -286,7 +286,7 @@ def deleteAppFromWinFW(workingDir, projectName, isReleaseBuild=True): ...@@ -286,7 +286,7 @@ def deleteAppFromWinFW(workingDir, projectName, isReleaseBuild=True):
if result == 0: if result == 0:
test.log("Deleted %s from firewall" % projectName) test.log("Deleted %s from firewall" % projectName)
else: 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 # 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 # param addToFW defines whether to add (True) or delete (False) this programm to/from the firewall
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment