#3948 fix arg passing in exclusiveSession
Merged 6 months ago by tkopecek. Opened 6 months ago by mikem.

file modified
+1 -1
@@ -3445,7 +3445,7 @@ 

  

      def exclusiveSession(self, force=False):

          """Make this session exclusive"""

-         self._callMethod('exclusiveSession', {'force': force})

+         self._callMethod('exclusiveSession', (), {'force': force})

          self.exclusive = True

  

  

Metadata Update from @tkopecek:
- Pull-request tagged with: no_qe

6 months ago

Commit 435045e fixes this pull-request

Pull-Request has been merged by tkopecek

6 months ago
Metadata