mirror of
https://github.com/clearml/clearml
synced 2025-02-12 15:45:25 +00:00
Fix print message
This commit is contained in:
parent
84bdac5cc8
commit
5e0aecf1b2
@ -1817,7 +1817,7 @@ class Task(_Task):
|
|||||||
# print warning, reusing/creating a task
|
# print warning, reusing/creating a task
|
||||||
if default_task_id and not continue_last_task:
|
if default_task_id and not continue_last_task:
|
||||||
logger.report_text('TRAINS Task: overwriting (reusing) task id=%s' % task.id)
|
logger.report_text('TRAINS Task: overwriting (reusing) task id=%s' % task.id)
|
||||||
if default_task_id and continue_last_task:
|
elif default_task_id and continue_last_task:
|
||||||
logger.report_text('TRAINS Task: continuing previous task id=%s '
|
logger.report_text('TRAINS Task: continuing previous task id=%s '
|
||||||
'Notice this run will not be reproducible!' % task.id)
|
'Notice this run will not be reproducible!' % task.id)
|
||||||
else:
|
else:
|
||||||
|
Loading…
Reference in New Issue
Block a user