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 093ec2e commit 852e5ecCopy full SHA for 852e5ec
cls/SourceControl/Git/Utils.cls
@@ -1469,7 +1469,7 @@ ClassMethod ImportCSPFile(InternalName As %String) As %Status
1469
}
1470
// Delete original if exists, otherwise create new file
1471
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)
+ set sc = $$$ERROR($$$GeneralError,"Unable to copy web application file from "_srcFile_" to "_cspFile_": return code "_ret)
1473
1474
1475
Quit sc
@@ -3297,3 +3297,4 @@ ClassMethod IsSchemaStandard(pName As %String = "") As %Boolean [ Internal ]
3297
3298
3299
3300
+
0 commit comments