We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f09666 commit b93f2a9Copy full SHA for b93f2a9
docs/gl_objects/projects.rst
@@ -247,7 +247,7 @@ generated by GitLab you need to:
247
248
Import the project::
249
250
- gl.projects.import_project(open('/tmp/export.tgz', 'rb'), 'my_new_project')
+ ouput = gl.projects.import_project(open('/tmp/export.tgz', 'rb'), 'my_new_project')
251
# Get a ProjectImport object to track the import status
252
project_import = gl.projects.get(output['id'], lazy=True).imports.get()
253
while project_import.import_status != 'finished':
0 commit comments