Skip to content
Snippets Groups Projects
Commit 80e1fc47 authored by Nicolas KAROLAK's avatar Nicolas KAROLAK
Browse files

set_conf: fix comment | refs #27883

parent 3d77f065
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,7 @@ def set_conf(key: str, value: str, override: bool = False) -> bool: ...@@ -245,7 +245,7 @@ def set_conf(key: str, value: str, override: bool = False) -> bool:
conf_fh.write("\n{}='{}'\n".format(key.upper(), str(value))) conf_fh.write("\n{}='{}'\n".format(key.upper(), str(value)))
return True return True
else: else:
# no override # no match or no override
return False return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment