We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b125c commit 2ee8e37Copy full SHA for 2ee8e37
1 file changed
alog/alogger.py
@@ -24,7 +24,7 @@ def __init__(self, root_name, *args, **kwargs):
24
def _alog_fn(self, fn):
25
if 'ipython-input-' in fn: # pragma: no cover
26
return "<IPython"
27
- elif fn == '<stdin>': # pragma: no cover
+ if fn == '<stdin>': # pragma: no cover
28
return '<stdin'
29
30
paths = []
0 commit comments