Skip to content

Commit

Permalink
Merge PR #382 into 17.0
Browse files Browse the repository at this point in the history
Signed-off-by lmignon
  • Loading branch information
OCA-git-bot committed Nov 10, 2024
2 parents eead908 + 4be9623 commit 5669584
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fs_storage/models/fs_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,12 @@ def _get_check_connection_method_selection(self):

@property
def _server_env_fields(self):
return {"protocol": {}, "options": {}, "directory_path": {}}
return {
"protocol": {},
"options": {},
"directory_path": {},
"eval_options_from_env": {},
}

def write(self, vals):
self.__fs = None
Expand Down

0 comments on commit 5669584

Please sign in to comment.