mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
84dae01a2a
commit
fdcb9797d3
1 changed files with 2 additions and 2 deletions
|
@ -1532,7 +1532,7 @@ for i in range(0, 12):
|
|||
print($[e > @(tempfile.NamedTemporaryFile(delete=False).name)])
|
||||
print(![e > @(tempfile.NamedTemporaryFile(delete=False).name)])
|
||||
""",
|
||||
"""
|
||||
"""
|
||||
$XONSH_SHOW_TRACEBACK = True
|
||||
|
||||
@aliases.register
|
||||
|
@ -1566,7 +1566,7 @@ def _d(a,i,o,e):
|
|||
for i in range(0, 12):
|
||||
echo -n 2
|
||||
print($(d), !(d), $[d], ![d])
|
||||
"""
|
||||
""",
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue