Skip to content

Commit

Permalink
docs: Don't assign None result from writelines
Browse files Browse the repository at this point in the history
  • Loading branch information
swick committed Feb 7, 2025
1 parent 0eb71a5 commit 8ff07e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fix-rst-dbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ def fix_title_template_string(lines):
fix_title_template_string(lines)

with open(fullpath, "w") as f:
lines = f.writelines(lines)
f.writelines(lines)

0 comments on commit 8ff07e5

Please sign in to comment.