-
Notifications
You must be signed in to change notification settings - Fork 633
fix: conversion for port number #1309
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
Codecov Report
@@ Coverage Diff @@
## develop #1309 +/- ##
===========================================
- Coverage 66.24% 66.18% -0.07%
===========================================
Files 86 86
Lines 9009 9019 +10
===========================================
+ Hits 5968 5969 +1
- Misses 3041 3050 +9 |
I would need some help in figuring out how to fix mypy error |
If reading the port number (for remote can) from a config file, the dict contains a string, that crashes becouse it require an integer.