mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
This commit is contained in:
parent
0f2011d302
commit
2b79ef3691
1 changed files with 2 additions and 1 deletions
|
@ -488,7 +488,8 @@ def _failback_to_other_shells(args, err):
|
||||||
|
|
||||||
if foreign_shell:
|
if foreign_shell:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
print("Xonsh encountered an issue during launch", file=sys.stderr)
|
print("Xonsh encountered an issue during launch.", file=sys.stderr)
|
||||||
|
print("Please report to https://github.com/xonsh/xonsh/issues", file=sys.stderr)
|
||||||
print(f"Failback to {foreign_shell}", file=sys.stderr)
|
print(f"Failback to {foreign_shell}", file=sys.stderr)
|
||||||
os.execlp(foreign_shell, foreign_shell)
|
os.execlp(foreign_shell, foreign_shell)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue