Skip to content

Commit 189fbcf

Browse files
committed
addressing style issues
1 parent fc9b6d6 commit 189fbcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/migrate/azext_migrate/helpers/replication/new/_execute_new.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def _handle_configuration_validation(cmd,
260260
if existing_item:
261261
protection_state = existing_item.get('properties', {}).get('protectionState')
262262
logger.warning("Found existing protected item: %s, state: %s",
263-
existing_item.get('id', 'unknown'), protection_state)
263+
existing_item.get('id', 'unknown'), protection_state)
264264

265265
# If in failed state, offer helpful guidance
266266
if protection_state in ['EnablingFailed', 'DisablingFailed', 'Failed']:

0 commit comments

Comments
 (0)