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
!7
Return non zero code on failure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Return non zero code on failure
fail-ci-on-test-failure
into
main
Overview
0
Commits
12
Pipelines
10
Changes
11
Merged
Bryan Brancotte
requested to merge
fail-ci-on-test-failure
into
main
1 year ago
Overview
0
Commits
12
Pipelines
10
Changes
2
Expand
0
0
Merge request reports
Viewing commit
9babd60c
Prev
Next
Show latest version
2 files
+
14
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
9babd60c
add small error handling
· 9babd60c
George Marchment
authored
1 year ago
src/bioflowinsighterror.py
+
2
−
0
Options
@@ -43,6 +43,8 @@ class BioFlowInsightError(Exception):
@@ -43,6 +43,8 @@ class BioFlowInsightError(Exception):
#* [5] -> A ternary conditional operator was used with an tuple
#* [5] -> A ternary conditional operator was used with an tuple
#* [7] -> Tuple with emit (ch1, ch2) = emit.out
#* [7] -> Tuple with emit (ch1, ch2) = emit.out
#* [9] -> Tuple with call (ch1, ch2) = wf()
#* [9] -> Tuple with call (ch1, ch2) = wf()
#* [11] -> Failed to extract the operation or call at the line x. Try rewriting it in a simplified version.
Loading