Skip to content

Commit aa9d722

Browse files
committed
Addressed code review comment
1 parent 0ce1713 commit aa9d722

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • plugins/python-remote-file-source/src/deephaven/python_remote_file_source

plugins/python-remote-file-source/src/deephaven/python_remote_file_source/plugin_object.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def set_execution_context(
116116

117117
# Convert dict to set
118118
if isinstance(top_level_module_fullnames, dict):
119-
top_level_module_fullnames = set(top_level_module_fullnames.keys())
119+
top_level_module_fullnames = set(top_level_module_fullnames)
120120

121121
# Evict cached modules
122122
# 1. Any matching the old configuration to ensure remote sources from

0 commit comments

Comments
 (0)