mirror of
https://github.com/clearml/clearml-agent
synced 2025-01-31 00:56:53 +00:00
Fix reload method is found in the config object
This commit is contained in:
parent
205cd47cb9
commit
9af0f9fe41
@ -1692,7 +1692,7 @@ class Worker(ServiceCommandSection):
|
||||
|
||||
def reload_config(self):
|
||||
try:
|
||||
reloaded = self._session.reload()
|
||||
reloaded = self._session.config.reload()
|
||||
except Exception as ex:
|
||||
self.log("Failed reloading config file")
|
||||
self.log_traceback(ex)
|
||||
|
Loading…
Reference in New Issue
Block a user