Re: crashreport scraper

2022-05-30 Thread Stephan Bergmann
On 25/05/2022 10:19, Xisco Fauli wrote: I hope this can also be helpful for others and help them to identify crashes that can be fixed. "Avoid uninitialized temp_file_handle" should help with row 19 osl_closeFile 2351 17/09/12 22/05/24 e47a9fb

Re: crashreport scraper

2022-05-25 Thread Caolán McNamara
On Wed, 2022-05-25 at 10:19 +0200, Xisco Fauli wrote: > Hello, > > In https://gerrit.libreoffice.org/c/core/+/134283, I created a python > script to get all the information about crash reports of a specific > version from crashreport.libreoffice.org/ > > In the attached document, you can see the

Re: crashreport scraper

2022-05-25 Thread Lera Goncharuk
Hi Xisco. This question is not related to the review, but came up while reading your code. You are using the compatible string concatenation syntax: concatenation through +. What version of python should I target when I write code into LibreOffice? As far as I remember, since version 3.6 a simpl