Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ldv_datamanagement_tasks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
LDV
ldv_datamanagement_tasks
Commits
88f3c2ec
Commit
88f3c2ec
authored
2 years ago
by
Mattia Mancini
Browse files
Options
Downloads
Patches
Plain Diff
Format code
parent
e128bf2d
Branches
Branches containing commit
No related tags found
1 merge request
!10
Implement pruning mechanism for the utils script
Pipeline
#39347
passed
2 years ago
Stage: lint
Stage: test
Stage: package
Stage: integration
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
atdb/main.py
+1
-1
1 addition, 1 deletion
atdb/main.py
atdb/prune.py
+1
-1
1 addition, 1 deletion
atdb/prune.py
with
2 additions
and
2 deletions
atdb/main.py
+
1
−
1
View file @
88f3c2ec
...
...
@@ -28,7 +28,7 @@ def read_conf_file(args: Namespace, additional_location=None):
read_files
=
parser
.
read
(
DEFAULT_PATH
)
if
not
read_files
and
(
args
.
atdb_site
is
None
or
args
.
token
is
None
):
raise
SystemError
(
'
Missing configuration file
'
)
raise
SystemError
(
"
Missing configuration file
"
)
global_config
=
parser
[
"
ATDB
"
]
if
"
url
"
in
global_config
:
args
.
atdb_site
=
parser
[
"
ATDB
"
][
"
url
"
]
...
...
This diff is collapsed.
Click to expand it.
atdb/prune.py
+
1
−
1
View file @
88f3c2ec
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