Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya-git committed Oct 15, 2023
1 parent 95e7ab4 commit fd8fa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-test/lib/Verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def decrypt_verify(nspx):
nca_name = f'{nca_name[2:-1]}.nca'
ncz_name = f'{nca_name[:-4]}.ncz'

if (nca_name not in listed_files and ncatype != 6) or (nca_name not in valid_files and nca_type!= 6):
if (nca_name not in listed_files and nca_type != 6) or (nca_name not in valid_files and nca_type != 6):
if ncz_name not in listed_files:
tvmsg = ''
tvmsg += f'\n:{title_id} - Content.UNKNOWN'
Expand Down

0 comments on commit fd8fa26

Please sign in to comment.