Skip to content

Commit

Permalink
vanilla
Browse files Browse the repository at this point in the history
  • Loading branch information
besteon committed May 5, 2024
1 parent 6c8e1e0 commit 22080ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/files/tools/scripts/launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ def recoverRom(romsFolder, patchesFolder, patchGraphFile, target_hash, base_rom)
print(f'Applied patch {patch_file}. More patches to go.')

print("There was an issue recovering the target ROM")
return False
return ""
else:
print('No patches needed')
return ""
return f'{romsFolder}/{base_rom}'


if __name__ == '__main__':
Expand Down

0 comments on commit 22080ca

Please sign in to comment.