From c6174e5f5a1e7ba98ac0c38f0b33bc84dbe4f1bb Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Sun, 19 May 2013 06:41:34 +0200 Subject: [PATCH] object creation: print the created object --- gitlab | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab b/gitlab index 0a7e69f09..d197ef3c4 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":