littlewhitecloud / TkTerminal

A terminal emulator widget written in Python using tkinter
MIT License
15 stars 2 forks source link

`cd ~; pwd; echo "$(<file.extension)"` fails #16

Open Moosems opened 1 year ago

Moosems commented 1 year ago

Also fails on the PR

Moosems commented 1 year ago

It should print the working directory and then the error but only prints the error.

littlewhitecloud commented 1 year ago

@Moosems does it still happenend in the fix branch?

Moosems commented 1 year ago

I can check later today :).

littlewhitecloud commented 1 year ago

@Moosems can you fix it?

Moosems commented 1 year ago

Honestly, I have no idea.