Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalratnam6 committed Nov 23, 2024
1 parent b46139b commit 63026aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public TcVcManagedParameters(YConfiguration config, TcManagedParameters tcParams
YConfiguration enConfig = en.getConfigOrEmpty("args");

se = YObjectLoader.loadObject(className);
se.init(enConfig);
se.init("FF1", enConfig);
}

if (config.containsKey("srs3")) {
Expand Down

0 comments on commit 63026aa

Please sign in to comment.