This commit is contained in:
Casper 2020-12-16 10:13:20 +01:00 committed by GitHub
parent 7b812184d1
commit d1cb2368fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -202,7 +202,7 @@ class SnapshotManager(CoreSysAttributes):
else:
_LOGGER.info(
"Crating partial-snapshot with slug %s completed", snapshot.slug
"Creating partial-snapshot with slug %s completed", snapshot.slug
)
self.snapshots_obj[snapshot.slug] = snapshot
return snapshot