Slightly stealthier

This commit is contained in:
Bernardo Damele 2010-02-26 13:14:57 +00:00
parent 694356821d
commit f53ef947f1

View File

@ -41,7 +41,7 @@ class Registry:
self.__regData = regData
self.__randStr = randomStr(lowercase=True)
self.__batPathRemote = "%s/tmpr%s%s.bat" % (conf.tmpPath, self.__operation, self.__randStr)
self.__batPathRemote = "%s/tmpr%s.bat" % (conf.tmpPath, self.__randStr)
self.__batPathLocal = os.path.join(conf.outputPath, "tmpr%s%s.bat" % (self.__operation, self.__randStr))
if parse: