diff options
| -rwxr-xr-x | gitlab | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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": |
