Skip to content

Commit 7d2a396

Browse files
committed
[fix] Fix a phrase
1 parent af69e75 commit 7d2a396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoPyTorch/api/base_task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ def _do_traditional_prediction(self, time_left: int, func_eval_time_limit_secs:
660660
"Please increase the 'ml_memory_limit' and try again.\n"
661661
"If you still get the problem, please open an issue\n"
662662
"and paste the additional info.\n"
663-
"Additional output:\n{}".format(cls, str(status), dict_repr(additional_info))
663+
"Additional info:\n{}".format(cls, str(status), dict_repr(additional_info))
664664
)
665665
else:
666666
self._logger.error(

0 commit comments

Comments
 (0)