issue-1866#1867
Conversation
✅ Deploy Preview for sunny-pastelito-5ecb04 canceled.
|
tatiana
left a comment
There was a problem hiding this comment.
@klyusba thanks a lot for reporting the bug and submitting a fix for it!
The approach makes sense - and I am looping in @pankajastro to help reviewing, since he worked on this part of the code more recently.
Some requests:
| with open(self.profiles_yml_filepath) as file: | ||
| profiles = yaml.safe_load(file) | ||
|
|
||
| profile_path = self._get_profile_path() |
There was a problem hiding this comment.
By removing this, we are not using the profile caching introduced in #1046 - but this is likely unecessary when checking the profile type. @pankajastro could you share your thoughts on this one, please?
There was a problem hiding this comment.
Could you please test this on Cosmos 1.12.0? I believe PR #2198 should have fixed the issue.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1867 +/- ##
=======================================
Coverage 98.06% 98.06%
=======================================
Files 85 85
Lines 5313 5313
=======================================
Hits 5210 5210
Misses 103 103 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This PR is stale because it has been open for 30 days with no activity. |
|
This PR is stale because it has been open for 30 days with no activity. |
|
I believe PR #2198 should have fixed the issue. Please feel free to re-open or create a new PR if you still encounter this issue. |
Description
fix ProfileConfig.get_profile_type()
Related Issue(s)
closes #1866