Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
i30817 authored Nov 13, 2023
1 parent b138fa9 commit 9b97d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libretrofuzz/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,7 @@ async def download(
reset again and only waits once per game
"""
# dry-run does not call the server call at all, which does mean that the files may be corrupt on the server
if dry-run:
if dryrun:
if first_wait:
await printwait(wait_before, waiting_format)
return True
Expand Down

0 comments on commit 9b97d44

Please sign in to comment.