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 e952c03 commit cc1c103Copy full SHA for cc1c103
src/iop/cls/IOP/Common.cls
@@ -86,11 +86,7 @@ Method DisplayTraceback(ex) As %Status
86
Method OnInit() As %Status
87
{
88
set tSC = $$$OK
89
- set tSemName = "^PythonSettings"
90
- if $SYSTEM.Semaphore.Open(tSemName) '= 1 {
91
- // Create the semaphore if it does not exist
92
- set tSC = $SYSTEM.Semaphore.Create(tSemName)
93
- }
+
94
try {
95
LOCK +^PythonSettings:5
96
0 commit comments