Skip to content

Commit 5a057af

Browse files
committed
rename email to avoid flak8 conflict
1 parent 4cbba52 commit 5a057af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ python -m pip install -e .
4444
`gitbranch`
4545
: Tells of any non-master branches under directory ~/code
4646

47-
`python -m gitutils.email`
47+
`python -m gitutils.git_email`
4848
: list all contributor email addresses. To fix unwanted emails use [Git-filter-repo](https://www.scivision.dev/git-update-email-address/)
4949

5050
`find_missing_file`

src/gitutils/tests/test_email.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55
def test_email(git_commit):
66
p = git_commit
7-
ret = subprocess.check_output([sys.executable, "-m", "gitutils.email", p], text=True)
7+
ret = subprocess.check_output([sys.executable, "-m", "gitutils.git_email", p], text=True)
88
assert ret

0 commit comments

Comments
 (0)