code cleanup

This commit is contained in:
Bernardo Damele
2014-07-01 00:58:49 +01:00
parent b38bd1e7fd
commit 4e909a2a05
2 changed files with 2 additions and 1 deletions

View File

@@ -196,6 +196,7 @@ class Filesystem(GenericFilesystem):
logger.debug("executing the PowerShell base64-decoding script to write the %s file, please wait.." % dFile)
commands = ("powershell -ExecutionPolicy ByPass -File \"%s\"" % randPSScriptPath,
"del /F /Q \"%s\"" % encodedBase64FilePath,
"del /F /Q \"%s\"" % randPSScriptPath)
complComm = " & ".join(command for command in commands)