mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-08 10:19:31 -06:00
Update PatternReplacer.cs
This commit is contained in:
@@ -92,7 +92,7 @@ public class PatternReplacer : Node
|
||||
string updated = filename;
|
||||
foreach(var replacement in Replacements)
|
||||
{
|
||||
var value = replacement.Value ?? string.Empty;
|
||||
var value = args.ReplaceVariables(replacement.Value ?? string.Empty, stripMissing: true);
|
||||
if (value == "EMPTY")
|
||||
{
|
||||
args?.Logger?.ILog("Using an EMPTY replacement");
|
||||
|
||||
Reference in New Issue
Block a user