Skip to content

Commit 51877c9

Browse files
committed
Fix log message
1 parent 4466bbe commit 51877c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diffsync/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ def sync_model( # pylint: disable=too-many-branches, unused-argument
408408
return (False, dst_model)
409409

410410
try:
411-
self.logger.debug(f"Attempting model {self.action}")
411+
self.logger.debug(f"Attempting model {self.action.value}")
412412
if self.action == DiffSyncActions.CREATE:
413413
if dst_model is not None:
414414
raise ObjectNotCreated(f"Failed to create {self.model_class.get_type()} {ids} - it already exists!")

0 commit comments

Comments
 (0)