Custom info keys are not escaped, resulting in aborts sometimes. E.g. if a newline is part of a custom info key, an error is created:
...
Traceback (most recent call last):
File "./satprep_snapshot.py", line 540, in <module>
main(options)
File "./satprep_snapshot.py", line 127, in main
process_system(client, key, writer, system)
File "./satprep_snapshot.py", line 151, in process_system
process_errata(client, key, writer, system)
File "./satprep_snapshot.py", line 358, in process_errata
writer.writerow(valueSet)
_csv.Error: need to escape, but no escapechar set
Debugging is kinda hard and real a pain if you have hundreds of hosts..
Custom info keys are not escaped, resulting in aborts sometimes. E.g. if a newline is part of a custom info key, an error is created:
Debugging is kinda hard and real a pain if you have hundreds of hosts..