Skip to content

Commit

Permalink
changes force_lang from C.UTF-8 to auto in sdkmanager (as per discuss…
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovstas committed Dec 12, 2024
1 parent d367bd2 commit 619f28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/module_utils/sdkmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def sdkmanager_runner(module, **kwargs):
sdk_root=cmd_runner_fmt.as_opt_eq_val("--sdk_root"),
channel=cmd_runner_fmt.as_func(lambda x: ["{0}={1}".format("--channel", __map_channel(x))])
),
force_lang="C.UTF-8", # Without this, sdkmanager binary crashes
force_lang="auto", # Without this, sdkmanager binary crashes
**kwargs
)

Expand Down

0 comments on commit 619f28d

Please sign in to comment.