Skip to content

Commit c6174e5

Browse files
author
Gauvain Pocentek
committed
object creation: print the created object
1 parent a04a5a5 commit c6174e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gitlab

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ if action == "create":
9696
except Exception as e:
9797
die("Impossible to create object (%s)" % str(e))
9898

99+
o.pretty_print()
100+
99101
sys.exit(0)
100102

101103
elif action == "list":

0 commit comments

Comments
 (0)