diff --git a/VERSION b/VERSION index e436d9f7..9d9ac314 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.1-develop68 +1.15.1-develop69 diff --git a/modules/builder.py b/modules/builder.py index e5d59b15..4997f0c6 100644 --- a/modules/builder.py +++ b/modules/builder.py @@ -2329,7 +2329,7 @@ class CollectionBuilder: logger.info("Details: have been updated") except NotFound: logger.error("Details: Failed to Update Please delete the collection and run again") - logger.infO("") + logger.info("") if "collection_mode" in self.details: self.library.collection_mode_query(self.obj, self.details["collection_mode"])