dabo Commit
Revision 7211
Date: 2012-07-26 17:07:25 -0700 (Thu, 26 Jul 2012)
Author: Ed
Trac: http://trac.dabodev.com/changeset/7211
Changed:
U trunk/dabo/db/dConnectInfo.py
Log:
Removed code that was deleting elements from the connection dict.
The code doesn't actually do anything, but it was modifying any dict passed to
dConnectInfo, which had residual effects in the calling code.
Diff:
Modified: trunk/dabo/db/dConnectInfo.py
===================================================================
--- trunk/dabo/db/dConnectInfo.py 2012-07-25 13:44:03 UTC (rev 7210)
+++ trunk/dabo/db/dConnectInfo.py 2012-07-27 00:07:25 UTC (rev 7211)
@@ -69,8 +69,6 @@
propidx = None
if propidx is not None:
setattr(self, props[propidx], v)
- # Delete parameter to avoid passing to referred
backend object.
- del connInfo[k]
else:
raise TypeError("Property '%s' invalid." % k)
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]