mirror of
https://github.com/clearml/clearml
synced 2025-01-31 17:17:00 +00:00
Fix incorrect upgrade message
This commit is contained in:
parent
0bc71fbcf4
commit
63ffc09ae0
@ -197,7 +197,7 @@ class Task(IdObjectBase, AccessMixin, SetupUploadMixin):
|
||||
)
|
||||
else:
|
||||
self.get_logger().report_text(
|
||||
'TRAINS-SERVER new version available: upgrade to v{} is recommended!'.format(
|
||||
'TRAINS new version available: upgrade to v{} is recommended!'.format(
|
||||
latest_version[0]),
|
||||
)
|
||||
except Exception:
|
||||
|
Loading…
Reference in New Issue
Block a user