We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7695c82 commit 323e632Copy full SHA for 323e632
.maint/update_authors.py
@@ -120,7 +120,7 @@ def get_git_lines(fname='line-contributors.txt'):
120
121
git_line_summary_path = shutil.which('git-line-summary')
122
if not git_line_summary_path:
123
- git_line_summary_path = "git summary --dedup-by-email".split(" ")
+ git_line_summary_path = 'git summary --dedup-by-email'.split(' ')
124
else:
125
git_line_summary_path = [git_line_summary_path]
126
0 commit comments