We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0daf1 commit 71acfbcCopy full SHA for 71acfbc
1 file changed
scripts/01_foundations/retrieves_temp_folder_r17.py
@@ -61,7 +61,7 @@ def CRC(rawString):
61
k >>= 8
62
crc = crc32tab_o32[(crc & 0xff) ^ (k & 0xff)] ^ (crc >> 8)
63
64
- return format(crc ^ 0xffffffff, 'x').upper()
+ return format(crc ^ 0xffffffff, '08x').upper()
65
66
67
def GetTempFolder(instalDir):
0 commit comments