Describe the enhancement
Avoid using a list to store one picked pet image path for the GUI program. Preferably, just use a string for the picked_image_path variable.
Tasks
Rename the picked_image_paths to picked_image_path
Specify the picked_image_path variable's data type as a string
Describe the enhancement Avoid using a list to store one picked pet image path for the GUI program. Preferably, just use a string for the
picked_image_path
variable.Tasks
picked_image_paths
topicked_image_path
picked_image_path
variable's data type as a string