infocalypse
 
(Steve Dougherty)
2013-08-02: Fix str and WoT_ID mixup in sending pull request.

Fix str and WoT_ID mixup in sending pull request. More mistakes from transitioning to the WoT_ID abstraction.

diff --git a/infocalypse/wot.py b/infocalypse/wot.py
--- a/infocalypse/wot.py
+++ b/infocalypse/wot.py
@@ -87,7 +87,7 @@ def send_pull_request(ui, repo, from_ide
     to_address = require_freemail(to_identity)
 
     cfg = Config.from_ui(ui)
-    password = cfg.get_freemail_password(from_identity.identity_id)
+    password = cfg.get_freemail_password(from_identity)
 
     to_repo = find_repo(ui, to_identity, to_repo_name)