Skip to content

Commit

Permalink
Fix this filename not showing up
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSpen210 committed Jul 5, 2021
1 parent a7b64df commit 8f51cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/gameMan.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def export(

# Write generated resources, after the regular ones have been copied.
for filename, data in resources.items():
LOGGER.info('Writing {}...')
LOGGER.info('Writing {}...', filename)
loc = Path(self.abs_path(filename))
loc.parent.mkdir(parents=True, exist_ok=True)
with loc.open('wb') as f:
Expand Down

0 comments on commit 8f51cb2

Please sign in to comment.