Subregion bug

Fixed bug that left out the -s flag when subregions were present.
This commit is contained in:
Jordan Wages 2018-07-04 00:23:00 -05:00
parent da04af543b
commit 4cbde7d1b4
1 changed files with 2 additions and 0 deletions

View File

@ -452,6 +452,8 @@ namespace butterflow_ui
if (this.Subregions.Any())
{
stringBuilder.Append("-s ");
foreach (var anon in this.Subregions.Select((sr, index) => new { Index = index, Subregion = sr }))
{
string format = "ss\\.fff";