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

Fixes error in command line operation see #25 #1

Merged
merged 1 commit into from
Mar 27, 2021

Conversation

firewiremb
Copy link
Owner

Fixes error massage in command line operation as mentioned by @Secarius and @ssanden in Issue Nickduino#25
Error in MyConfig:ReadValue: 0x279621: invalid literal for int() with base 10: 'None' : myconfig.py:160

For the object getint() None ist not an valid type. But None ist used as initial value in the config file

Fixes error massage in command line operation as mentioned by @Secarius  and @ssanden in Issue Nickduino#25
"Error in MyConfig:ReadValue: 0x279621: invalid literal for int() with base 10: 'None' : myconfig.py:160"

For the object _getint()_ None ist not an valid type. But None ist used as initial value in the config file
@firewiremb firewiremb merged commit 7995d35 into master Mar 27, 2021
@firewiremb firewiremb deleted the firewiremb-patch-2 branch March 27, 2021 14:26
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.

1 participant