mirror of
https://github.com/clearml/clearml
synced 2025-02-07 13:23:40 +00:00
Fix connect dict to place non-existing entries on the section name instead of General
This commit is contained in:
parent
e7843c4dc4
commit
59629d7a15
@ -418,7 +418,7 @@ class _Arguments(object):
|
||||
# if key is not present in the task's parameters, assume we didn't get this far when running
|
||||
# in non-remote mode, and just add it to the task's parameters
|
||||
if k not in parameters:
|
||||
self._task.set_parameter(k, v)
|
||||
self._task.set_parameter((prefix or '') + k, v)
|
||||
continue
|
||||
|
||||
param = parameters.get(k, None)
|
||||
|
Loading…
Reference in New Issue
Block a user