mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
fix erroneous change attrs->attr
This commit is contained in:
parent
965cee834a
commit
4b11418c07
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ class Completer(object):
|
|||
opts.append(i)
|
||||
except:
|
||||
continue
|
||||
if len(attrs) == 0:
|
||||
if len(attr) == 0:
|
||||
opts = [o for o in opts if not o.startswith('_')]
|
||||
else:
|
||||
csc = builtins.__xonsh_env__.get('CASE_SENSITIVE_COMPLETIONS')
|
||||
|
|
Loading…
Add table
Reference in a new issue