-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error PrintEventsForDatapoint.py #3
Comments
It seems 0.5 is a possible stepping value. Try changing int(…) to float(…) |
Hi @sarnau , thanks for your reply. Now i have an another error `python PrintEventsForDatapoint.py
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have an error with the PrintEventsForDatapoint.py, when i change :
parse_Textresource('fr') # load english localization, 'de' is German
parse_ecnEventTypes()
parse_DPDefinitions('CU401B_S')
python PrintEventsForDatapoint.py
VT200 WO1C
Traceback (most recent call last):
File "PrintEventsForDatapoint.py", line 478, in
parse_DPDefinitions('CU401B_S')
File "PrintEventsForDatapoint.py", line 324, in parse_DPDefinitions
eventValueType['Stepping'] = int(eventValueType['Stepping'])
ValueError: invalid literal for int() with base 10: '0.5'
Can you confirm is ok on your system ?
Thanks
The text was updated successfully, but these errors were encountered: