Skip to content

Commit e18d385

Browse files
author
Alexey Bogoslovskyi
authored
Merge pull request #109 from QualiSystems/dev
Release 7.0.1
2 parents dc6490c + d944182 commit e18d385

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloudshell/cp/vcenter/flows/save_restore_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def _prepare_result(cloned_vm: VmHandler, save_action: SaveApp) -> SaveAppResult
200200
(
201201
x.attributeValue
202202
for x in save_action.actionParams.deploymentPathAttributes
203-
if x.attributeName == attr_names.copy_source_uuid
203+
if x.attributeName.rsplit(".", 1)[-1] == attr_names.copy_source_uuid
204204
),
205205
"False",
206206
)

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0
1+
7.0.1

0 commit comments

Comments
 (0)