[PR #687] [MERGED] Fix parameter parsing for = symbol #1110

Closed
opened 2026-01-29 16:25:27 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/687
Author: @Deterous
Created: 4/6/2024
Status: Merged
Merged: 4/6/2024
Merged by: @mnadareski

Base: masterHead: =


📝 Commits (1)

  • 7ed1fc2 Fix parameter parsing for = symbol

📊 Changes

2 files changed (+6 additions, -4 deletions)

View changed files

📝 CHANGELIST.md (+4 -0)
📝 MPF.Core/Modules/BaseParameters.cs (+2 -4)

📄 Description

Assumes that first instance of = symbol in command part is the one delimiting the value
Fixes #686


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SabreTools/MPF/pull/687 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 4/6/2024 **Status:** ✅ Merged **Merged:** 4/6/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `=` --- ### 📝 Commits (1) - [`7ed1fc2`](https://github.com/SabreTools/MPF/commit/7ed1fc29bf959087c3a4fbe4c81d2707e606e75b) Fix parameter parsing for `=` symbol ### 📊 Changes **2 files changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+4 -0) 📝 `MPF.Core/Modules/BaseParameters.cs` (+2 -4) </details> ### 📄 Description Assumes that first instance of `=` symbol in command part is the one delimiting the value Fixes #686 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 16:25:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1110