Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
3dd362ae
Commit
3dd362ae
authored
2 years ago
by
Swen Vermeul
Browse files
Options
Downloads
Patches
Plain Diff
docs: typo in import pybis
parent
61384c8c
No related branches found
No related tags found
2 merge requests
!40
SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
,
!14
feat: look in all parent dirs for local configs, get_token_for_hostname,...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pybis/src/python/README.md
+1
-1
1 addition, 1 deletion
pybis/src/python/README.md
with
1 addition
and
1 deletion
pybis/src/python/README.md
+
1
−
1
View file @
3dd362ae
...
@@ -120,7 +120,7 @@ As an (new) alternative to login every time you run a script, you can create tok
...
@@ -120,7 +120,7 @@ As an (new) alternative to login every time you run a script, you can create tok
To create a token, you first need a valid session – either through classic login or by assigning an existing valid session token:
To create a token, you first need a valid session – either through classic login or by assigning an existing valid session token:
```
```
from py
BIS
import Openbis
from py
bis
import Openbis
o = Openbis('https://test-openbis-instance.com')
o = Openbis('https://test-openbis-instance.com')
o.login("username", "password")
o.login("username", "password")
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment