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 Traceback after purging data from Data store properties #2992

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

soininen
Copy link
Contributor

@soininen soininen commented Oct 30, 2024

The previous fix to #2742 did not actually work at all. This PR should fix the Traceback for good.

Fixes #2742

Checklist before merging

  • Documentation is up-to-date
  • Release notes have been updated
  • Unit tests have been added/updated accordingly
  • Code has been formatted by black & isort
  • Unit tests pass

Copy link

codecov bot commented Oct 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.12%. Comparing base (f8ea1db) to head (343a469).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2992      +/-   ##
==========================================
+ Coverage   67.11%   67.12%   +0.01%     
==========================================
  Files         190      190              
  Lines       37083    37081       -2     
  Branches     4446     4446              
==========================================
+ Hits        24888    24891       +3     
+ Misses      10935    10932       -3     
+ Partials     1260     1258       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@soininen soininen merged commit 3e224a2 into master Oct 30, 2024
17 of 18 checks passed
@soininen soininen deleted the 2742_fix_scenario_model_traceback branch October 30, 2024 07:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Traceback when purging Data store from Design view after closing DB editor
1 participant