Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #234 #235

Merged
Merged

Conversation

frida-161
Copy link
Contributor

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.

@codecov-commenter
Copy link

codecov-commenter commented Sep 19, 2022

Codecov Report

Merging #235 (2261b94) into master (c171380) will not change coverage.
The diff coverage is 0.00%.

Impacted file tree graph

@@           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%> (ø)

@Guts Guts added the bug Houston, we've a problem! label Sep 19, 2022
@Guts
Copy link
Collaborator

Guts commented Sep 19, 2022

Thanks!

@Guts Guts merged commit a90a2cc into BRGM:master Sep 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Houston, we've a problem!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants