-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
pr:bugfixBug fix for use in PRs solving a specific issue:bugBug fix for use in PRs solving a specific issue:bug
Milestone
Description
I just noticed an issue with the CLI arguments, and more particular concerning the -w (write_to_movie) flag.
It appears that when -s (save_last_frame) is False (most of the time, I think), write_to_movie is set True even though -w hasn't been placed. (that's why for example in the README just -pl is used instead of -plw).
That is shown at l. 166 of config.py:
"write_to_movie": args.write_to_movie or not args.save_last_frame,
This may cause issues when one wants to get the last frame AND the video.
Should we fix it or let -w enabled by default (even though it's not very rigorous) ?
Metadata
Metadata
Assignees
Labels
pr:bugfixBug fix for use in PRs solving a specific issue:bugBug fix for use in PRs solving a specific issue:bug