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 16aa1fc commit 40258d4Copy full SHA for 40258d4
cls/SourceControl/Git/PullEventHandler/IncrementalLoad.cls
@@ -74,7 +74,7 @@ Method DeleteFile(item As %String) As %Status
74
}
75
76
} catch e {
77
- set filename = ##class(SourceControl.Git.Utils).FullExternalName(.item)
+ set filename = ##class(SourceControl.Git.Utils).FullExternalName(item)
78
if '##class(%File).Exists(filename) {
79
do ##class(SourceControl.Git.Utils).RemoveRoutineTSH(item)
80
// file doesn't exist anymore despite error -- should be ok
0 commit comments