summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGauvain Pocentek <gauvain@pocentek.net>2013-05-19 06:41:34 +0200
committerGauvain Pocentek <gauvain@pocentek.net>2013-05-19 06:41:34 +0200
commitc6174e5f5a1e7ba98ac0c38f0b33bc84dbe4f1bb (patch)
tree985ad0454a6c5156cc3acf4f65af0961be765b64
parenta04a5a5fda2e2400e56d2f05c2d3530728d73367 (diff)
downloadgitlab-c6174e5f5a1e7ba98ac0c38f0b33bc84dbe4f1bb.tar.gz
object creation: print the created object
-rwxr-xr-xgitlab2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab b/gitlab
index 0a7e69f..d197ef3 100755
--- a/gitlab
+++ b/gitlab
@@ -96,6 +96,8 @@ if action == "create":
except Exception as e:
die("Impossible to create object (%s)" % str(e))
+ o.pretty_print()
+
sys.exit(0)
elif action == "list":