Skip to content

Commit

Permalink
Update rom_detective.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Mar 12, 2024
1 parent 881b8ef commit 930dc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rom_detective/rom_detective.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def create_shortcuts(self, dry_run: bool = False):
if not self.is_indexed:
print('Cannot scan')
return
[self.logger.add(create_shortcut(game, dry_run=dry_run)) for game in self.games]
[self.logger.add(create_shortcut(game, target_folder=self.target_folder, dry_run=dry_run)) for game in self.games]

print(self.logger)
if not dry_run:
Expand Down

0 comments on commit 930dc1e

Please sign in to comment.