!8111 modify a warning message in Iterator.py to info

Merge pull request !8111 from xiaotianci/modify_iterator_warning
pull/8111/MERGE
mindspore-ci-bot 5 years ago committed by Gitee
commit e588484f46

@ -95,7 +95,7 @@ class Iterator:
# Trim the tree by saving the parent subtree into self.parent_subtree and
# restore it after launching our c++ pipeline.
if self.dataset.parent:
logger.warning("The dataset passed in is not the root of the pipeline. Ignoring parent subtree.")
logger.info("The dataset passed in is not the root of the pipeline. Ignoring parent subtree.")
self.parent_subtree = self.dataset.parent
self.dataset.parent = []

Loading…
Cancel
Save