Skip to content
Snippets Groups Projects
Commit 3b552b1e authored by steven.liatti's avatar steven.liatti
Browse files

Mini update create_group.py

parent 20f15d1a
Branches
No related tags found
No related merge requests found
......@@ -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']))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment