Fixed code to hanlde empty ProcessOnlyInLocation field.
This commit is contained in:
parent
80ca2a7109
commit
75e4d4767e
@ -322,7 +322,7 @@ namespace DataLoader
|
|||||||
}
|
}
|
||||||
//added by jcb 20121127
|
//added by jcb 20121127
|
||||||
//check is ProcedureSetPath contains ProcessOnlyInLocation
|
//check is ProcedureSetPath contains ProcessOnlyInLocation
|
||||||
if (ProcedureSetPath.StartsWith(ProcessOnlyInLocation) == false)
|
if (ProcedureSetPath.StartsWith(ProcessOnlyInLocation ?? "") == false)
|
||||||
{
|
{
|
||||||
sb.Append(ErrorPrefix + "Check Process Only In Location value is pointing to similar directory as Procedure Set Path\r\n");
|
sb.Append(ErrorPrefix + "Check Process Only In Location value is pointing to similar directory as Procedure Set Path\r\n");
|
||||||
ErrorPrefix = "";
|
ErrorPrefix = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user