Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
esap-userprofile-python-client
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
esap-userprofile-python-client
Commits
c85ff114
Commit
c85ff114
authored
2 years ago
by
Yan Grange
Browse files
Options
Downloads
Patches
Plain Diff
Fix the typo I introduced in the last fix :)
parent
bfe5b2cd
No related branches found
No related tags found
1 merge request
!14
Fix small typo in the client code
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
esap_client/connectors/rucio.py
+1
-1
1 addition, 1 deletion
esap_client/connectors/rucio.py
with
1 addition
and
1 deletion
esap_client/connectors/rucio.py
+
1
−
1
View file @
c85ff114
...
@@ -23,7 +23,7 @@ else:
...
@@ -23,7 +23,7 @@ else:
running_in_dlaas
=
True
running_in_dlaas
=
True
class
NotInDLaaSError
(
RuntimeError
):
§
class
NotInDLaaSError
(
RuntimeError
):
"""
Exception raised when functions are executed
"""
Exception raised when functions are executed
outside the Data Lake as a Service environment.
outside the Data Lake as a Service environment.
Inherits from RuntimeError.
Inherits from RuntimeError.
...
...
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