https://bugzilla.wikimedia.org/show_bug.cgi?id=40061
--- Comment #5 from Ċ½eljko Filipin <[email protected]> --- If for some reason name is not set, "git review -d (number)" does not work[1]: $ git review -d 37771 Traceback (most recent call last): File "/usr/local/bin/git-review", line 863, in <module> main() File "/usr/local/bin/git-review", line 801, in main print_exit_message(download_review(options.download, branch, remote), File "/usr/local/bin/git-review", line 643, in download_review author = re.sub('\W+', '_', review_info['owner']['name']).lower() KeyError: 'name' [1] https://gerrit.wikimedia.org/r/#/c/37771/ -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
