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

Update config path resolution #176

Merged
merged 3 commits into from
Sep 6, 2023
Merged

Update config path resolution #176

merged 3 commits into from
Sep 6, 2023

Conversation

capjamesg
Copy link
Collaborator

This PR uses the os.path.join() method for path resolution instead of manual concatenation of paths for generating the full path of the Roboflow config file. This will fix #136.

@capjamesg capjamesg self-assigned this Aug 31, 2023
@capjamesg
Copy link
Collaborator Author

This PR accidentally includes the opencv change. This code will be removed prior to merging.

Copy link
Contributor

@paulguerrie paulguerrie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@capjamesg capjamesg merged commit 030461c into main Sep 6, 2023
3 checks passed
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.

import roboflow
2 participants