mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 17:30:59 +01:00
Pep8
This commit is contained in:
parent
c6d9f9eab3
commit
92cb3a81ff
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class CommandsCache(cabc.Mapping):
|
||||||
def predict_backgroundable(self, cmd):
|
def predict_backgroundable(self, cmd):
|
||||||
"""Predics whether a command list is backgroundable."""
|
"""Predics whether a command list is backgroundable."""
|
||||||
name = self.cached_name(cmd[0])
|
name = self.cached_name(cmd[0])
|
||||||
if ON_WINDOWS:
|
if ON_WINDOWS:
|
||||||
# On all names (keys) are stored in upper case so instead
|
# On all names (keys) are stored in upper case so instead
|
||||||
# we get the original cmd or alias name
|
# we get the original cmd or alias name
|
||||||
path, _ = self.lazyget(name, (None, None))
|
path, _ = self.lazyget(name, (None, None))
|
||||||
|
|
Loading…
Add table
Reference in a new issue