-
I might be wrong in how this works but on this line we are trying to set a default value for 'sys-language' after making sure that it is not arguments['sys-language'] = arguments.get('sys-language', 'en_US') without the if condition? |
Beta Was this translation helpful? Give feedback.
Answered by
Torxed
Feb 27, 2023
Replies: 1 comment
-
I don't see why not. Nice catch! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lavafroth
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't see why not. Nice catch!