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 5455843 commit 89f77f6Copy full SHA for 89f77f6
src/fwfetcher.py
@@ -531,11 +531,11 @@ def getFileOrURL(filename, url):
531
return retval
532
533
def extractPirsFromZip(systemupdate):
534
- print "Extracting $Systemupdate/FFFE07DF00000001 from system update file..."
+ print "Extracting $SystemUpdate/FFFE07DF00000001 from system update file..."
535
updatefile = StringIO.StringIO(systemupdate)
536
z = zipfile.ZipFile(updatefile)
537
#print z.namelist()
538
- pirs = z.open("$Systemupdate/FFFE07DF00000001").read()
+ pirs = z.open("$SystemUpdate/FFFE07DF00000001").read()
539
print "done."
540
return pirs
541
0 commit comments