We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76879f1 commit 488ec25Copy full SHA for 488ec25
1 file changed
src/datacustomcode/run.py
@@ -76,13 +76,11 @@ def run_entrypoint(
76
f"Please ensure config.json contains a 'dataspace' field."
77
)
78
79
- # Load config file first (if provided) so that dataspace from config.json
80
- # can override any dataspace in the config file
+ # Load config file first
81
if config_file:
82
config.load(config_file)
83
84
# Add dataspace to reader and writer config options
85
- # (after loading config file to ensure it takes precedence)
86
_set_config_option(config.reader_config, "dataspace", dataspace)
87
_set_config_option(config.writer_config, "dataspace", dataspace)
88
0 commit comments