mirror of
https://github.com/wagesj45/butterflow-ui.git
synced 2024-11-13 21:33:34 -06:00
Subregion bug
Fixed bug that left out the -s flag when subregions were present.
This commit is contained in:
parent
da04af543b
commit
4cbde7d1b4
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue