Fix incorrect upgrade message

This commit is contained in:
allegroai 2020-02-12 14:03:24 +02:00
parent 0bc71fbcf4
commit 63ffc09ae0

View File

@ -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: