-
Notifications
You must be signed in to change notification settings - Fork 989
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
Show profile name when detect a new one (#4818) #4824
Show profile name when detect a new one (#4818) #4824
Conversation
- Detect warning message will show the correct profile name instead of print only "default". Signed-off-by: Uilian Ries <uilianries@gmail.com>
Please check the broken tests. |
Signed-off-by: Uilian Ries <uilianries@gmail.com>
- When the profile name is a file path, it should exclude the dir path and show only the profile name Signed-off-by: Uilian Ries <uilianries@gmail.com>
- Print profile name and profile path based on its path; Signed-off-by: Uilian Ries <uilianries@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good 👍
- When looking for default settings, use the profile file path, instead of creating a path by its name Signed-off-by: Uilian Ries <uilianries@gmail.com>
- Cache should consume the default profile path. Signed-off-by: Uilian Ries <uilianries@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's it :) :) :)
The testing service is out. Let's wait ;) |
Service back but still failing |
This time is my fault. I didn't check on Windows. |
- It doesn't matter which platform is running, detect_default_settings does not parse the path. Signed-off-by: Uilian Ries <uilianries@gmail.com>
All green again! 💚 |
The warning message will show the correct profile name instead of printing only "default".
Changelog: Fix: Show the correct profile name when detect a new one (#4818)
Docs: Omit
fixes #4818
develop
branch, documenting this one.Note: By default this PR will skip the slower tests and will use a limited set of python versions. Check here how to increase the testing level by writing some tags in the current PR body text.