mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-03 21:29:27 +00:00
[Problem] Output Path containing '=' character causes issues #702
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 @bikerspade on GitHub (Apr 5, 2024).
Originally assigned to: @mnadareski on GitHub.
Version
Build
What runtime version are you using?
Describe the issue
If the Output Path contains a
=character, there will be incorrect modifications to Output Path simply from enabling/disabling the Parameters checkbox.To Reproduce
ISO\Audio CD\Audio CD.bintoISO\Audio CD [force-offset=0]\Audio CD.bin--force-offset=0to the end of the Parameters string value (or leave it unchanged).Expected behavior
Output Path should not change when appending
--force-offset=0to the end of the Parameters.Screenshots


