Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Sep 30, 2024
1 parent bb6763b commit 13d531a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gitutils/email.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def cli():

for d, emails in gitemail(P.path, P.exclude, timeout=P.timeout):
print(MAGENTA + d.stem + BLACK)
for email in emails:
print(*email)
for e in emails:
print(*e)


if __name__ == "__main__":
Expand Down

0 comments on commit 13d531a

Please sign in to comment.