Skip to content

Commit ce90409

Browse files
authored
Update common_functions.py
1 parent d989689 commit ce90409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Built_In_Automation/Sequential_Actions/common_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4444,7 +4444,7 @@ def upload_attachment_to_global(data_set):
44444444
if "attachment path" == left:
44454445
var_path = CommonUtil.path_parser(right)
44464446
if "replace" == left:
4447-
replace = CommonUtil.path_parser(right)
4447+
replace = right.lower()
44484448

44494449
if var_path is None:
44504450
CommonUtil.ExecLog(sModuleInfo, "Please insert attachment path ", 3)

0 commit comments

Comments
 (0)