WebxCT / WebCT

Interactive Web UI for X-ray CT with Real-time Results
https://webct.io
8 stars 0 forks source link

fix: :bug: Fix PermissionError when downloading files on Linux (#63) #66

Closed WYVERN2742 closed 5 months ago

WYVERN2742 commented 6 months ago

Fixed incorrect permissions caused by stat.IRWXO which was initially set due to issues on WSL. File permissions now explicitly set to 644 (rw-r--r--)