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.
1 parent e58d2a8 commit 2023875Copy full SHA for 2023875
docs/gl_objects/projects.rst
@@ -247,7 +247,7 @@ generated by GitLab you need to:
247
248
Import the project::
249
250
- ouput = gl.projects.import_project(open('/tmp/export.tgz', 'rb'), 'my_new_project')
+ output = 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