We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d989689 commit ce90409Copy full SHA for ce90409
Framework/Built_In_Automation/Sequential_Actions/common_functions.py
@@ -4444,7 +4444,7 @@ def upload_attachment_to_global(data_set):
4444
if "attachment path" == left:
4445
var_path = CommonUtil.path_parser(right)
4446
if "replace" == left:
4447
- replace = CommonUtil.path_parser(right)
+ replace = right.lower()
4448
4449
if var_path is None:
4450
CommonUtil.ExecLog(sModuleInfo, "Please insert attachment path ", 3)
0 commit comments