#1243 fix typo in error message
Closed 5 years ago by mikem. Opened 5 years ago by tkopecek.
tkopecek/koji typo  into  master

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

      if isinstance(params, Fault):

          methodresponse = 1

      elif not isinstance(params, tuple):

-         raise TypeError('params must be a tuple of Fault instance')

+         raise TypeError('params must be a tuple or Fault instance')

      elif methodresponse and len(params) != 1:

          raise ValueError('response tuple must be a singleton')

  

no initial comment

this fix seems to have been included in #1117

commit ca86a8f

Pull-Request has been closed by mikem

5 years ago