https://bugs.documentfoundation.org/show_bug.cgi?id=168520
fpy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from fpy <[email protected]> --- Created attachment 202945 --> https://bugs.documentfoundation.org/attachment.cgi?id=202945&action=edit descriptions for 172 unamed .py For reference, attached the list of 172 unamed .py cd sw/qa/uitest && find -name tdf*.py | perl -pe 's/..//; ($i)=/(\d+).py$/; $d=`./wgetbz $i `; $_= "$d,$_" ' > desc.csv with ./wgetbz => wget -qO - "https://bugs.documentfoundation.org/buglist.cgi?bug_id=$1&ctype=csv&columnlist=short_desc,bug_id" | tail -1 see https://wiki.documentfoundation.org/QA/Bugzilla/Export -- You are receiving this mail because: You are the assignee for the bug.
