mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
16 lines
364 B
ReStructuredText
16 lines
364 B
ReStructuredText
![]() |
**Added:** None
|
||
|
|
||
|
**Changed:** None
|
||
|
|
||
|
**Deprecated:** None
|
||
|
|
||
|
**Removed:** None
|
||
|
|
||
|
**Fixed:**
|
||
|
|
||
|
* Fixed bug that prompt string and ``$PWD`` failed to track change in actual working directory if the
|
||
|
invoked Python function happened to change it (e.g via ```os.chdir()```. Fix is to update ``$PWD``
|
||
|
after each command in ```BaseShell.default()```.
|
||
|
|
||
|
**Security:** None
|