Skip to content

Commit 9af0f9f

Browse files
author
clearml
committed
Fix reload method is found in the config object
1 parent 205cd47 commit 9af0f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clearml_agent/commands/worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ def should_be_currently_active(self, current_queue, runtime_properties):
16921692

16931693
def reload_config(self):
16941694
try:
1695-
reloaded = self._session.reload()
1695+
reloaded = self._session.config.reload()
16961696
except Exception as ex:
16971697
self.log("Failed reloading config file")
16981698
self.log_traceback(ex)

0 commit comments

Comments
 (0)