-
Notifications
You must be signed in to change notification settings - Fork 89
Update platform database when it's out of date #253
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
Conversation
... |
3e1cb41
to
3e9882f
Compare
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.
Everything looking good except the typo
mbed_lstools/platform_database.py
Outdated
except (IOError, ValueError) as exc: | ||
if db is LOCAL_PLATFORM_DATABASE: | ||
logger.warning( | ||
"Error loading database %s: %s; Recereating", db, str(exc)) |
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.
Lil typo here: Recereating ->Recreating
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.
Thanks!
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.
The branch name also contains a typo, FYI.
4392d04
to
d7c627f
Compare
@bridadan Typo in code fixed. |
And test it
review @bridadan?