)]}'
{"tools/worlddump.py":[{"author":{"_account_id":13252,"name":"Dr. Jens Harbott","display_name":"Jens Harbott (frickler)","email":"frickler@offenerstapel.de","username":"jrosenboom"},"change_message_id":"358167d796859d211ad7c7b3fcad692de36cb714","unresolved":false,"context_lines":[{"line_number":250,"context_line":"        var_core()"},{"line_number":251,"context_line":"    # Singular name for ease of log retrieval"},{"line_number":252,"context_line":"    lname \u003d os.path.join(opts.dir, \u0027worlddump-latest.txt\u0027)"},{"line_number":253,"context_line":"    os.symlink(fname, lname)"},{"line_number":254,"context_line":""},{"line_number":255,"context_line":""},{"line_number":256,"context_line":"if __name__ \u003d\u003d \u0027__main__\u0027:"}],"source_content_type":"text/x-python","patch_set":6,"id":"5faad753_e16918be","line":253,"updated":"2019-09-10 16:06:53.000000000","message":"This fails on the second invocation, i.e. when the symlink already exists. Seems python doesn\u0027t have the equivalent of \"ln -sf\" so probably need to add an unlink() before, which needs to be wrapped in a try: because that now will fail on the first invocation.","commit_id":"482c4c4d7a80168be755c2172bab006f05ac57c1"}]}
