-
Notifications
You must be signed in to change notification settings - Fork 13
Yda 6068 add csv output to troubleshoot tool #565
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
base: development
Are you sure you want to change the base?
Yda 6068 add csv output to troubleshoot tool #565
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Currently, there is an error when you run the troubleshooting tool with python3, because we upgraded python2 to python 3. See the code |
Currently, a potential improvement is that: when outputting a failed package with a failed reason (e.g, missing AVUs), in human mode, the reason will be displayed at the top of the output. Rather, I wonder if it be nice to have the reason combined with the package output. Let me know what you think. Results for: NO.1 Results for: NO.2 |
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.
This looks good in general 👍! Can you remove trailing whitespace in troubleshoot_data.r
and have a look at the comment above?
python3 troubleshoot-published-data.py -m human
orpython3 troubleshoot-published-data.py
python3 troubleshoot-published-data.py -m csv
Documentation update: UtrechtUniversity/yoda#551