[PR #625] [MERGED] Check for presence of complete dump from other programs #1068

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

📋 Pull Request Information

Original PR: https://github.com/SabreTools/MPF/pull/625
Author: @Deterous
Created: 1/11/2024
Status: Merged
Merged: 1/11/2024
Merged by: @mnadareski

Base: masterHead: det-patch-5


📝 Commits (3)

  • 16d054b Check for presence of complete dump from other programs
  • 6228764 Better changelog message
  • abe3423 Refactor

📊 Changes

2 files changed (+48 additions, -1 deletions)

View changed files

📝 CHANGELIST.md (+2 -0)
📝 MPF.Core/UI/ViewModels/MainViewModel.cs (+46 -1)

📄 Description

Checks for presence of a complete dump from other programs before beginning a new dump, to prevent overwriting files.
Fixes #595


🔄 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/625 **Author:** [@Deterous](https://github.com/Deterous) **Created:** 1/11/2024 **Status:** ✅ Merged **Merged:** 1/11/2024 **Merged by:** [@mnadareski](https://github.com/mnadareski) **Base:** `master` ← **Head:** `det-patch-5` --- ### 📝 Commits (3) - [`16d054b`](https://github.com/SabreTools/MPF/commit/16d054bde8ccac7d88884a9bbf0c0f6ea58979c1) Check for presence of complete dump from other programs - [`6228764`](https://github.com/SabreTools/MPF/commit/6228764427be576789f6f5e90a726734f05de448) Better changelog message - [`abe3423`](https://github.com/SabreTools/MPF/commit/abe3423240da0ec56dd41c3ddc9d99d1739f2301) Refactor ### 📊 Changes **2 files changed** (+48 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELIST.md` (+2 -0) 📝 `MPF.Core/UI/ViewModels/MainViewModel.cs` (+46 -1) </details> ### 📄 Description Checks for presence of a complete dump from other programs before beginning a new dump, to prevent overwriting files. Fixes #595 --- <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:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/MPF#1068