Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
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
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 Crawler
Commits
b0e45311
Commit
b0e45311
authored
1 year ago
by
Alexander Schlemmer
Browse files
Options
Downloads
Patches
Plain Diff
Merge commit
parent
3a5a4bf4
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!160
STY: styling
Pipeline
#47893
passed
1 year ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+2
-0
2 additions, 0 deletions
.gitignore
src/caoscrawler/crawl.py
+1
-0
1 addition, 0 deletions
src/caoscrawler/crawl.py
with
3 additions
and
0 deletions
.gitignore
+
2
−
0
View file @
b0e45311
...
...
@@ -18,3 +18,5 @@ start_caosdb_docker.sh
src/doc/_apidoc
/dist/
*.egg-info
venv/
.backups
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/caoscrawler/crawl.py
+
1
−
0
View file @
b0e45311
...
...
@@ -184,6 +184,7 @@ def _treat_merge_error_of(newrecord, record):
"""
for
this_p
in
newrecord
.
properties
:
that_p
=
record
.
get_property
(
this_p
.
name
)
if
that_p
is
None
:
logger
.
debug
(
f
"
Property
{
this_p
.
name
}
does not exist in the second entity. Note that
"
"
this should not be the reason for the merge conflict.
"
)
...
...
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