mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-18 13:37:52 +08:00
spelling: embraced
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
43b975bd35
commit
238de6231f
@ -45,7 +45,7 @@ def expand():
|
|||||||
if line_strip.startswith('("'):
|
if line_strip.startswith('("'):
|
||||||
k, v = line_split(line_strip)
|
k, v = line_split(line_strip)
|
||||||
if k in dict:
|
if k in dict:
|
||||||
# embrased with " to avoid empty v
|
# embraced with " to avoid empty v
|
||||||
line = line.replace('"%s"'%v, '"%s"'%dict[k])
|
line = line.replace('"%s"'%v, '"%s"'%dict[k])
|
||||||
else:
|
else:
|
||||||
line = line.replace(v, "")
|
line = line.replace(v, "")
|
||||||
|
Loading…
Reference in New Issue
Block a user