Skip to content

Commit

Permalink
Fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
Scsabiii authored and hemna committed Aug 27, 2024
1 parent a55ae52 commit 17e2b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cinder/volume/drivers/vmware/vmdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -3367,7 +3367,7 @@ def _migrate_to_fcd(self, context, volume, host):
'volume': "",
'vmdk_size': volume.size * units.Gi,
'vmdk_path': vmdk_path,
'datacenter': dc_ref.value
'datacenter': dc_ref.value
}
attachments = volume.volume_attachment
for attach in attachments:
Expand Down

0 comments on commit 17e2b86

Please sign in to comment.