Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6943568 commit f53ef94Copy full SHA for f53ef94
1 file changed
lib/takeover/registry.py
@@ -41,7 +41,7 @@ def __initVars(self, regKey, regValue, regType=None, regData=None, parse=False):
41
self.__regData = regData
42
43
self.__randStr = randomStr(lowercase=True)
44
- self.__batPathRemote = "%s/tmpr%s%s.bat" % (conf.tmpPath, self.__operation, self.__randStr)
+ self.__batPathRemote = "%s/tmpr%s.bat" % (conf.tmpPath, self.__randStr)
45
self.__batPathLocal = os.path.join(conf.outputPath, "tmpr%s%s.bat" % (self.__operation, self.__randStr))
46
47
if parse:
0 commit comments