Skip to content
Snippets Groups Projects
Commit 368925e2 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Add back context to the conversion of rc to str.

parent b8e1cb0e
No related branches found
No related tags found
1 merge request!147Use exposed rc implementation for toml support
Pipeline #66740 failed
......@@ -95,7 +95,7 @@ def _rc_to_str(context):
"rc from bob.extension is deprecated. Please use exposed.rc instead.",
DeprecationWarning,
)
return str(UserDefaults(path=RCFILENAME, envname=ENVNAME, logger=logger))
return str(context)
def _saverc(context):
......
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