mirror of
https://github.com/SabreTools/MPF.git
synced 2026-04-05 22:01:16 +00:00
Display the path being processed in Check since multiple are allowed
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
### WIP (xxxx-xx-xx)
|
||||
|
||||
- Display the path being processed in Check since multiple are allowed
|
||||
|
||||
### 3.7.0 (2026-03-20)
|
||||
|
||||
- Check for null or empty layerbreak arrays
|
||||
|
||||
@@ -111,6 +111,7 @@ namespace MPF.Check.Features
|
||||
{
|
||||
// Get the full file path
|
||||
string filepath = Path.GetFullPath(Inputs[i].Trim('"'));
|
||||
Console.WriteLine($"Processing input path: {filepath}");
|
||||
|
||||
// Now populate an environment
|
||||
Drive? drive = null;
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
#if NET40
|
||||
using System.Threading.Tasks;
|
||||
#endif
|
||||
using MPF.Check.Features;
|
||||
using MPF.Frontend.Features;
|
||||
using MPF.Frontend.Tools;
|
||||
|
||||
Reference in New Issue
Block a user