mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
refactor: pass the file argument to ptk_print (#4416)
This commit is contained in:
parent
ca9338149c
commit
3457e2772d
1 changed files with 5 additions and 1 deletions
|
@ -530,7 +530,11 @@ class PromptToolkitShell(BaseShell):
|
|||
]
|
||||
)
|
||||
ptk_print(
|
||||
tokens, style=proxy_style, end=end, include_default_pygments_style=False
|
||||
tokens,
|
||||
style=proxy_style,
|
||||
end=end,
|
||||
include_default_pygments_style=False,
|
||||
**kwargs,
|
||||
)
|
||||
|
||||
def color_style_names(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue