10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c72a87a + b93f2a9 commit c8eaeb2Copy full SHA for c8eaeb2
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 4040 code>
252
project_import = gl.projects.get(output['id'], lazy=True).imports.get()
253
while project_import.import_status != 'finished':
0 commit comments