From 3b552b1e08d98298a1c9c1dcb0c7d9480dc2e110 Mon Sep 17 00:00:00 2001 From: "steven.liatti" <steven.liatti@hesge.ch> Date: Fri, 22 Nov 2019 12:55:13 +0100 Subject: [PATCH] Mini update create_group.py --- scripts/create_group.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_group.py b/scripts/create_group.py index 60e5bab..1a55ebe 100755 --- a/scripts/create_group.py +++ b/scripts/create_group.py @@ -25,4 +25,4 @@ if 'message' in group: print('Error in creating group: %s' % group) exit(1) -print("Group '" + group['name'] + "' with id '" + str(group['id']) + "' and visibility '" + group['visibility'] + "' available at '" + group['web_url'] + "';" + str(group['id'])) +print("Group '" + group['name'] + "' with id '" + str(group['id']) + "' and visibility '" + group['visibility'] + "' available at '" + group['web_url'] + "' ;" + str(group['id'])) -- GitLab