mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] Incorrectly placed quotes in redumper arguments #817
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @FoxhackDN on GitHub (Mar 7, 2025).
Originally assigned to: @mnadareski on GitHub.
Version
Build
What runtime version are you using?
Describe the issue
Incorrectly placed quotes are appearing in the dumping log and command line when using Redumper to dump discs. An example in the command line can be seen here:
According to sabre, the quotes in the arguments should not be where they are; they should be in the path. So the above should be
--image-path="ISO\[DVD] Playmobil Pirate Island [1D]" --image-name="Playmobil The Secret of Pirate I"To Reproduce
Steps to reproduce the behavior:
Dump a disc.
Expected behavior
The quotes should be wrapped around the file and path names.
@mnadareski commented on GitHub (Apr 17, 2025):
This is a log output visual bug for Redumper. MPF is properly passing in the value as expected. If any space is found in the argument, it calls
str_quoted_if_space. This is not an MPF issue.