Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BioFlow-Insight
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
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
shareFAIR
BioFlow-Insight
Merge requests
!11
Add test on processes_2_remove get empty string
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add test on processes_2_remove get empty string
processes_2_remove_None_or_empty
into
main
Overview
0
Commits
2
Pipelines
2
Changes
2
Merged
Bryan Brancotte
requested to merge
processes_2_remove_None_or_empty
into
main
1 year ago
Overview
0
Commits
2
Pipelines
2
Changes
2
Expand
0
0
Merge request reports
Compare
main
version 1
bab3e719
1 year ago
main (base)
and
latest version
latest version
ba309101
2 commits,
1 year ago
version 1
bab3e719
1 commit,
1 year ago
2 files
+
25
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/workflow.py
+
2
−
0
Options
@@ -33,6 +33,8 @@ class Workflow:
self
.
keywords
=
keywords
self
.
producer
=
producer
self
.
publisher
=
publisher
if
(
processes_2_remove
==
""
):
processes_2_remove
=
None
self
.
processes_2_remove
=
processes_2_remove
self
.
log
=
""
self
.
fill_log
()
Loading