Replies: 2 comments 1 reply
-
@furlongm Any idea how to fix this? Would be great :) Thank you for help |
Beta Was this translation helpful? Give feedback.
1 reply
-
This should be fixed in 3.0.10, let me know if it's not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have the following error:
Traceback (most recent call last): 0%| |ETA: --:--:-- File "/usr/bin/patchman", line 705, in <module> main() File "/usr/bin/patchman", line 699, in main showhelp = process_args(args) ^^^^^^^^^^^^^^^^^^ File "/usr/bin/patchman", line 659, in process_args process_reports(args.host, args.force) File "/usr/bin/patchman", line 490, in process_reports report.process(find_updates=False) File "/usr/lib/python3/dist-packages/reports/models.py", line 168, in process process_modules(report=self, host=host) File "/usr/lib/python3/dist-packages/reports/utils.py", line 80, in process_modules module = process_module(module_str) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3/dist-packages/reports/utils.py", line 322, in process_module m_version = module_str[2] ~~~~~~~~~~^^^ IndexError: list index out of range
Can someone help me to fix that? What does it mean? A too long report?
Thank you and a nice evening.
Beta Was this translation helpful? Give feedback.
All reactions