r47325 - whoops

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Tue, 26 Apr 2016 00:47:06 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Tue Apr 26 00:47:00 2016
New Revision: 47325

Modified:
   branches/adbapi-txchecker-8304/twisted/enterprise/adbapi.py

Log:
whoops

Modified: branches/adbapi-txchecker-8304/twisted/enterprise/adbapi.py
==============================================================================
--- branches/adbapi-txchecker-8304/twisted/enterprise/adbapi.py	(original)
+++ branches/adbapi-txchecker-8304/twisted/enterprise/adbapi.py	Tue Apr 26 00:47:00 2016
@@ -227,7 +227,7 @@
         for arg in self.CP_ARGS:
             cpArg = 'cp_%s' % (arg,)
             if cpArg in connkw:
-                setattr(self, arg, connkw[cp_arg])
+                setattr(self, arg, connkw[cpArg])
                 del connkw[cpArg]
 
         self.min = min(self.min, self.max)