ywangd / stash

StaSh - Shell for Pythonista
MIT License
1.94k stars 227 forks source link

Fixed bug in mv.py #416

Closed DedSecer closed 4 years ago

DedSecer commented 4 years ago

Fixed bug: here is the file tree in current directory: . ├── test ├── ├── init.py ├── dir ├── ├── test ├── ├── ├── init.py

After I typemv test dir,it will become:

├── dir ├── ├── test ├── ├── ├── init.py ├── ├── ├── test ├── ├── ├── ├── init.py

bennr01 commented 4 years ago

Good catch! Thanks for submitting this fix.