1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2024-11-14 05:43:33 -06:00

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

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";