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

Lab report lies #136

Closed tylerecouture closed 1 year ago

tylerecouture commented 1 year ago

"All" does not work, despite instructions...

image

punctuations commented 1 year ago

While compartmentalizing the method that creates this prompt it lost the following code:

(I will re-add this, my bad)

     if num_list == "":
        return

    if num_list[0] == "all":
        num_list = [f"{i}" for i in range(0, 32)]  # list of strings.  0 will cause problem if int instead of str