Skip to content

Commit 46fc30b

Browse files
[PATCH] Another Possible fix for coverage (- WIP PR #82 -)
1 parent 4c950d8 commit 46fc30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonrepo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
try:
3131
import sys
3232
import os
33-
if str(__module__) in __file__:
33+
if str(__module__) in __file__: # pragma: no branch
3434
__parentPath = os.path.join(
3535
os.path.dirname(__file__), '..'
3636
)

0 commit comments

Comments
 (0)