We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c950d8 commit 46fc30bCopy full SHA for 46fc30b
pythonrepo/__init__.py
@@ -30,7 +30,7 @@
30
try:
31
import sys
32
import os
33
- if str(__module__) in __file__:
+ if str(__module__) in __file__: # pragma: no branch
34
__parentPath = os.path.join(
35
os.path.dirname(__file__), '..'
36
)
0 commit comments