Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
caosdb
Software
caosdb-pylib
Commits
3facdb40
Unverified
Commit
3facdb40
authored
6 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
STY: formatting
parent
6d799ab2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/caosdb/configuration.py
+1
-1
1 addition, 1 deletion
src/caosdb/configuration.py
unittests/test_configuration.py
+1
-0
1 addition, 0 deletions
unittests/test_configuration.py
with
2 additions
and
1 deletion
src/caosdb/configuration.py
+
1
−
1
View file @
3facdb40
...
...
@@ -35,7 +35,7 @@ def _reset_config():
def
configure
(
inifile
):
"""
read config from file.
"""
read config from file.
Return a list of files which have successfully been parsed.
"""
...
...
This diff is collapsed.
Click to expand it.
unittests/test_configuration.py
+
1
−
0
View file @
3facdb40
...
...
@@ -25,6 +25,7 @@
import
caosdb
as
db
from
pytest
import
raises
def
test_config_ini_via_envvar
():
from
os
import
environ
from
os.path
import
expanduser
...
...
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