Skip to content

Commit

Permalink
object creation: print the created object
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauvain Pocentek committed May 19, 2013
1 parent a04a5a5 commit c6174e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gitlab
Expand Up @@ -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":
Expand Down

0 comments on commit c6174e5

Please sign in to comment.