Skip to content

Commit 4ef2261

Browse files
committed
fix: changed pSizeHint to tSizeHint
1 parent eb6077f commit 4ef2261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cls/TestCoverage/Data/CodeUnit.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ ClassMethod GetCurrentHash(pName As %String, pType As %String, Output pHash As %
564564
} ElseIf (pType = "PY") {
565565
Merge pCodeArray = ^ROUTINE(pName_".py",0) // the python source code
566566
set tSizeHint = ^ROUTINE(pName_".py",0,0) // the number of lines in the python code
567-
set pHash = ..HashArrayRange(.pCodeArray, ,pName_".py", .pSizeHint)
567+
set pHash = ..HashArrayRange(.pCodeArray, ,pName_".py", .tSizeHint)
568568
} Else {
569569
// Give standard descriptive error about the type being invalid.
570570
$$$ThrowStatus(..TypeIsValid(pType))

0 commit comments

Comments
 (0)