Update packages

This commit is contained in:
Matt Nadareski
2024-03-12 16:47:21 -04:00
parent 93c8dce1ea
commit 76e3b0d83a
20 changed files with 46 additions and 39 deletions

View File

@@ -45,7 +45,7 @@ in -old DAT file. Ignores those entries in -old that are not in -new.";
string? outdat = GetString(features, OutStringValue);
// Ensure the output directory
outdat = (outdat ?? string.Empty).Ensure(create: true);
outdat = outdat.Ensure(create: true);
// Check that all required files exist
if (!File.Exists(olddat))