(Steve Dougherty)
2013-07-25: Save config file after adding WoT ID association. Save config file after adding WoT ID association.
diff --git a/infocalypse/commands.py b/infocalypse/commands.py
--- a/infocalypse/commands.py
+++ b/infocalypse/commands.py
@@ -109,6 +109,7 @@ def infocalypse_create(ui_, repo, **opts
# creation returns a list of request URIs; use the first.
stored_cfg.set_wot_identity(inserted_to[0],
attributes['Identity'])
+ Config.to_file(stored_cfg)
# TODO: Imports don't go out of scope, right? The variables
# from the import are only visible in the function, so yes.