Skip to content

Commit 5ed4deb

Browse files
Apply suggestions from code review
Co-authored-by: Maurits van Rees <maurits@vanrees.org>
1 parent bea8adb commit 5ed4deb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/collective/exportimport/import_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ def create_container(self, item):
10321032
title=item["parent"]["title"],
10331033
)
10341034
except InvalidParameterError:
1035-
logger.info("Cannot add %s notin %r. Fallback to %s", parent_type, container, container_type, exc_info=True)
1035+
logger.info("Cannot add %s in %r. Fallback to %s", parent_type, container, container_type, exc_info=True)
10361036
parent = api.content.create(
10371037
container=container,
10381038
type=container_type,

0 commit comments

Comments
 (0)