ALEAPP icon indicating copy to clipboard operation
ALEAPP copied to clipboard

Load and Save Profiles Error

Open jijames opened this issue 3 years ago • 0 comments

aleappGUI -> open the load/save profile dialog and click the X or cancel causes the app to crash in Linux.

$ python3 aleappGUI.py 
Traceback (most recent call last):
  File "/home/joshua/Documents/projects/ALEAPP/aleappGUI.py", line 160, in <module>
    if destination_path is not None and os.path.exists(destination_path):
  File "/usr/lib/python3.10/genericpath.py", line 19, in exists
    os.stat(path)
TypeError: stat: path should be string, bytes, os.PathLike or integer, not tuple

Tried setting destination_path manually, printing the type, didn't work. The error seems to be with sg.popup_get_file returning something odd.

jijames avatar Aug 16 '22 20:08 jijames