Skip to content
Snippets Groups Projects
Commit 478868d4 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

fix datadir localstoragepath key

parent cfc9a1d5
Branches
Tags
No related merge requests found
...@@ -187,7 +187,7 @@ class R2DHandler(SpawnHandler): ...@@ -187,7 +187,7 @@ class R2DHandler(SpawnHandler):
# Check if persistent storage is required # Check if persistent storage is required
if len(arguments_dict_lower.get("localstoragepath", [])) > 0: if len(arguments_dict_lower.get("localstoragepath", [])) > 0:
user_options["storage"] = { user_options["storage"] = {
"localstoragepath": arguments_dict_lower.get("datadir")[0].decode( "localstoragepath": arguments_dict_lower.get("localstoragepath")[0].decode(
"utf-8" "utf-8"
) )
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment