Skip to content

fix: output image saved to cwd, ignoring output_folder - #99

Open
andrewwhitecdw wants to merge 1 commit into
NVlabs:masterfrom
andrewwhitecdw:bugfix/show-swap-e2069725
Open

fix: output image saved to cwd, ignoring output_folder#99
andrewwhitecdw wants to merge 1 commit into
NVlabs:masterfrom
andrewwhitecdw:bugfix/show-swap-e2069725

Conversation

@andrewwhitecdw

@andrewwhitecdw andrewwhitecdw commented Jul 27, 2026

Copy link
Copy Markdown

Problem

fix: output image saved to cwd, ignoring output_folder

Fix

Replace:

pic.save('swap.jpg')

with:

pic.save(os.path.join(opts.output_folder, 'swap.jpg'))

Files changed

  • visual_tools/show_swap.py

@andrewwhitecdw
andrewwhitecdw marked this pull request as ready for review August 3, 2026 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant