j2
j2 copied to clipboard
python version of z, for experimentation
Description and repro: If several processes simultaneously try to read and write the datafile, you may wind up with an empty datafile. I noticed this when opening up many shells...
for example I have these three folders in my j database : /home/meh/devel/pitivi-git/gst-plugins-bad /home/meh/devel/pitivi-git/gst-plugins-bad/gst-libs/gst/base /home/meh/devel/pitivi-git/gst-plugins-bad/gst/mpegtsdemux When I type bad and autocomplete, I can see the expected behaviour, but what would...
I had the problem that awk saved `0.9*l[i]` with a comma instead of a floating point. As a consequence the python script failed with the error message > ValueError: invalid...