mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
FLAKE8-check happy
This commit is contained in:
parent
046fe6eff4
commit
1d0496a749
1 changed files with 1 additions and 1 deletions
|
@ -3165,7 +3165,7 @@ class BaseParser(object):
|
|||
|
||||
def p_subproc_atom_str(self, p):
|
||||
"""subproc_atom : string_literal"""
|
||||
if hasattr(p[1], "is_raw") and p[1].is_raw == True:
|
||||
if hasattr(p[1], "is_raw") and p[1].is_raw:
|
||||
p0 = p[1]
|
||||
else:
|
||||
p0 = xonsh_call(
|
||||
|
|
Loading…
Add table
Reference in a new issue