timberline-secondary / hackerspace-scripts-2

Python based control panel and scripts for managing Timberline's Digital Hackerspace
GNU General Public License v3.0
3 stars 1 forks source link

VIEW OR REMOVE MEDIA bug #145

Closed tylerecouture closed 1 year ago

tylerecouture commented 1 year ago

Tried to view the one listed file (title image) and threw an error: image

tylerecouture commented 1 year ago

Confirmed the file exists, but the script is not looking in the correct location. It's looking in root of tv2 instead of in the directory that has images (the username directory)

punctuations commented 1 year ago

I'm surprised this has gone undetected for so long, the issue is to do with L#63 in view_or_remove_media.py, the merge point was offset incorrectly by 1! I'll be pushing a fix very shortly