X Tutup
Skip to content

error when saving project #54

@godmar

Description

@godmar

I tried to write a script to change a project's visibility level. After retrieving the project via 'all_projects()', I did:

p.visibility_level = 0  # Private
p.save()

However, this fails with

gitlab.GitlabCreateError: 400: {u'path': [u'has already been taken'], u'name': [u'has already been taken']}

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup