Skip to content

Commit 852e5ec

Browse files
committed
clarify error message when importing web application files
1 parent 093ec2e commit 852e5ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cls/SourceControl/Git/Utils.cls

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1469,7 +1469,7 @@ ClassMethod ImportCSPFile(InternalName As %String) As %Status
14691469
}
14701470
// Delete original if exists, otherwise create new file
14711471
if '(##class(%File).CopyFile(srcFile, cspFile, 1, .ret)) {
1472-
set sc = $$$ERROR($$$GeneralError,"Unable to copy CSP file from "_srcFile_" to "_cspFile_": return code "_ret)
1472+
set sc = $$$ERROR($$$GeneralError,"Unable to copy web application file from "_srcFile_" to "_cspFile_": return code "_ret)
14731473
}
14741474

14751475
Quit sc
@@ -3297,3 +3297,4 @@ ClassMethod IsSchemaStandard(pName As %String = "") As %Boolean [ Internal ]
32973297
}
32983298

32993299
}
3300+

0 commit comments

Comments
 (0)