infocalypse
 
(Steve Dougherty)
2013-07-28: Exit gracefully if no URI specified to fn-create.

Exit gracefully if no URI specified to fn-create.

diff --git a/infocalypse/commands.py b/infocalypse/commands.py
--- a/infocalypse/commands.py
+++ b/infocalypse/commands.py
@@ -101,6 +101,7 @@ def infocalypse_create(ui_, repo, **opts
 
     else:
         ui_.warn("Please set the insert key with either --uri or --wot.\n")
+        return
 
     set_target_version(ui_, repo, opts, params,
                        "Only inserting to version(s): %s\n")