mirror of
https://github.com/clearml/clearml
synced 2025-04-05 21:26:20 +00:00
Remove auto comment on new projects
This commit is contained in:
parent
d37aa23fbf
commit
c3bb260b92
@ -310,7 +310,7 @@ class Task(IdObjectBase, AccessMixin, SetupUploadMixin):
|
||||
|
||||
project_id = None
|
||||
if project_name:
|
||||
project_id = get_or_create_project(self, project_name, created_msg)
|
||||
project_id = get_or_create_project(self, project_name)
|
||||
|
||||
tags = [self._development_tag] if not running_remotely() else []
|
||||
extra_properties = {'system_tags': tags} if Session.check_min_api_version('2.3') else {'tags': tags}
|
||||
|
Loading…
Reference in New Issue
Block a user