Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
INSUPDEL4STAC
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CAT4KIT
DS2STAC
INSUPDEL4STAC
Commits
27a95b0f
Commit
27a95b0f
authored
1 year ago
by
Mostafa Hadizadeh
Browse files
Options
Downloads
Patches
Plain Diff
minor
parent
d37421f3
No related branches found
Branches containing commit
Tags
2.0.2
Tags containing commit
No related merge requests found
Pipeline
#314634
failed with stage
in 6 minutes and 26 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
insupdel4stac/deleter.py
+5
-3
5 additions, 3 deletions
insupdel4stac/deleter.py
with
5 additions
and
3 deletions
insupdel4stac/deleter.py
+
5
−
3
View file @
27a95b0f
...
...
@@ -385,9 +385,11 @@ class Deleter(object):
elif
service
==
"
stacapi
"
and
item
is
not
None
:
self
.
stacapi_item_delete
(
item
,
collection
)
if
table_details
is
None
:
print
(
"
The collection
"
+
str
(
collection
.
id
)
+
"
is being deleted.
"
)
# self.logger_properties["logger_level"] = "INFO"
# self.logger_properties["logger_msg"] = (
# "The collection " + str(collection.id) + " is being deleted."
# )
# Logger(self.logger_properties)
if
service
==
"
pgstac
"
:
self
.
pgstac_collection_delete
(
collection
,
self
.
PgstacDB
)
elif
service
==
"
stacapi
"
:
...
...
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