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 543b38a commit 16aa1fcCopy full SHA for 16aa1fc
cls/SourceControl/Git/PullEventHandler/IncrementalLoad.cls
@@ -76,6 +76,7 @@ Method DeleteFile(item As %String) As %Status
76
} catch e {
77
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
81
set sc = $$$OK
82
} else {
0 commit comments