Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-export
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aymeric Varasse
swh-export
Commits
92c42a90
Commit
92c42a90
authored
1 week ago
by
Aymeric Varasse
Browse files
Options
Downloads
Patches
Plain Diff
Remove debug stuff that should not be there
parent
299240e5
No related branches found
No related tags found
No related merge requests found
Pipeline
#14168
failed
1 week ago
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
swh/export/journalprocessor.py
+0
-2
0 additions, 2 deletions
swh/export/journalprocessor.py
with
0 additions
and
2 deletions
swh/export/journalprocessor.py
+
0
−
2
View file @
92c42a90
...
...
@@ -562,8 +562,6 @@ class JournalProcessorWorker:
It uses an on-disk set to make sure that each object is only ever
processed once.
"""
if
obj
is
None
:
return
if
getattr
(
obj
,
"
author
"
,
None
)
is
not
None
:
self
.
_add_person
(
obj
.
author
)
if
getattr
(
obj
,
"
committer
"
,
None
)
is
not
None
:
...
...
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