Catch AssertionError from schema build#1267
Conversation
Fixes bug found by @erikrikarddaniel where error from `nextflow config` raised an `AssertionError` that was not handled.
This comment has been minimized.
This comment has been minimized.
|
To replicate error, introduce a syntax error in |
|
Something fishy going wrong with the Black GitHub action - seems to be an installation error with Black, nothing related to the code change. |
|
Hopefully this PR should fix the actions error: #1268 |
Codecov Report
@@ Coverage Diff @@
## dev #1267 +/- ##
==========================================
+ Coverage 67.52% 67.54% +0.01%
==========================================
Files 50 50
Lines 5611 5611
==========================================
+ Hits 3789 3790 +1
+ Misses 1822 1821 -1
Continue to review full report at Codecov.
|
Update changelog
|
Tested locally and seems to be working well ✅ |
Fixes bug found by @erikrikarddaniel where error from
nextflow configraised anAssertionErrorthat was not handled.Untested.