mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
[mod] typo in comment
Co-Authored-By: decentral1se <lukewm@riseup.net>
This commit is contained in:
parent
9466c71a45
commit
d72340f536
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def read_toml(file_path):
|
||||||
# Read file
|
# Read file
|
||||||
file_content = read_file(file_path)
|
file_content = read_file(file_path)
|
||||||
|
|
||||||
# Try to load toml to check if it's syntaxically correct
|
# Try to load toml to check if it's syntactically correct
|
||||||
try:
|
try:
|
||||||
loaded_toml = toml.loads(file_content, _dict=OrderedDict)
|
loaded_toml = toml.loads(file_content, _dict=OrderedDict)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Add table
Reference in a new issue