Commit e1a26869655951a616c967522ee7b09131c18a19

Authored by Carlos Picanco
1 parent 92aa0944
Exists in master

runner: add missing string in convertion procedure

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
experiment_runner/units/string_methods.pas
@@ -359,7 +359,8 @@ begin @@ -359,7 +359,8 @@ begin
359 'V':Result+=[gscVariablePoints]; 359 'V':Result+=[gscVariablePoints];
360 'A':Result+=[gscA]; 360 'A':Result+=[gscA];
361 'B':Result+=[gscB]; 361 'B':Result+=[gscB];
362 - 'G':Result+=[gscG] 362 + 'G':Result+=[gscG];
  363 + 'I':Result+=[gscI];
363 end; 364 end;
364 end; 365 end;
365 366