Skip to content

Commit

Permalink
pr_noenc_check
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya-git committed Oct 22, 2023
1 parent 837fb3c commit 4d3f920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion py-test/lib/VerifyTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@ def pr_noenc_check(self, file = None, mode = 'rb'):
cryptoType = f.get_cryptoType()
cryptoKey = f.get_cryptoKey()
cryptoCounter = f.get_cryptoCounter()
# super(Fs.Nca.Nca, self).open(file, mode, cryptoType, cryptoKey, cryptoCounter)
f = Fs.Nca.Nca(f)
f.open(file, mode, cryptoType, cryptoKey, cryptoCounter)
for g in f:
if type(g) == Fs.File.File:
if g._path == 'main.npdm':
Expand Down

0 comments on commit 4d3f920

Please sign in to comment.