Skip to content

Commit

Permalink
fixed formatting warning by black python formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
naidneelttil committed Mar 20, 2024
1 parent 8307e7e commit f22bf29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/gitlog2changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
git_command.append(rev_range)

# Execute git log with the desired command line options.
process = subprocess.Popen(git_command, stdout=subprocess.PIPE, encoding='utf8')
process = subprocess.Popen(git_command, stdout=subprocess.PIPE, encoding="utf8")
fin = process.stdout

# Create a ChangeLog file in the current directory.
Expand Down

0 comments on commit f22bf29

Please sign in to comment.