Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
groupe-calcul
website
Commits
b51442f4
Commit
b51442f4
authored
May 10, 2019
by
Matthieu Boileau
Browse files
Update follow_transfer.py
code formatting
parent
bf174371
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/follow_transfer.py
View file @
b51442f4
...
...
@@ -30,7 +30,6 @@ def connect_to_gitlab(gitlab_url=GITLAB_URL):
try
:
gl
=
gitlab
.
Gitlab
(
gitlab_url
,
private_token
=
gitlab_private_token
)
except
(
gitlab
.
config
.
GitlabIDError
,
gitlab
.
config
.
GitlabDataError
)
as
e
:
print
(
"Exception in python-gitlab: {}.
\n
"
.
format
(
e
),
"Check python-gitlab configuration on"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment