Closed frida-161 closed 2 years ago
Merging #235 (2261b94) into master (c171380) will not change coverage. The diff coverage is
0.00%
.
@@ Coverage Diff @@
## master #235 +/- ##
=======================================
Coverage 19.12% 19.12%
=======================================
Files 42 42
Lines 3708 3708
Branches 610 610
=======================================
Hits 709 709
Misses 2947 2947
Partials 52 52
Impacted Files | Coverage Δ | |
---|---|---|
...plication_schema_toolbox/gui/import_gmlas_panel.py | 0.00% <0.00%> (ø) |
Thanks!
The Error in #234 was simply the result of `dataset_creation_options' only returning something when the if condition is True.
The solution was moving the return statement out of the conditional block.