derkalle4 / python3-idotmatrix-client

reverse engineered python3 client to control all your 16x16 or 32x32 pixel displays (experimental)
GNU General Public License v3.0
199 stars 40 forks source link

fix broken relative file pathes when called from outside of project dir #6

Closed schorsch3000 closed 10 months ago

schorsch3000 commented 11 months ago

when calling run_in_venv.sh from outside of the project root folder, the previous behavior breaks relative pathes. This prevents the current work dir from being changed, which keeps relative pathes intact and also correctly uses the venv.

derkalle4 commented 10 months ago

Hi schorsch3000, many thanks for pointing this out and providing a pull request! Merged it :)