We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce1713 commit aa9d722Copy full SHA for aa9d722
1 file changed
plugins/python-remote-file-source/src/deephaven/python_remote_file_source/plugin_object.py
@@ -116,7 +116,7 @@ def set_execution_context(
116
117
# Convert dict to set
118
if isinstance(top_level_module_fullnames, dict):
119
- top_level_module_fullnames = set(top_level_module_fullnames.keys())
+ top_level_module_fullnames = set(top_level_module_fullnames)
120
121
# Evict cached modules
122
# 1. Any matching the old configuration to ensure remote sources from
0 commit comments