mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo: test_type --> text_type
This commit is contained in:
parent
8877489386
commit
9e3ce39e8c
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def _read_dict(cp, dictionary):
|
|||
cp.add_section(section)
|
||||
|
||||
for key, value in keys.items():
|
||||
key = cp.optionxform(six.test_type(key))
|
||||
key = cp.optionxform(six.text_type(key))
|
||||
if value is not None:
|
||||
value = six.text_type(value)
|
||||
cp.set(section, key, value)
|
||||
|
|
Loading…
Add table
Reference in a new issue