force icon indicating copy to clipboard operation
force copied to clipboard

assert path.is_file() exception: no description

Open HAOGUOKAI opened this issue 2 years ago • 0 comments

When I execute the 'force' file, the code within the 'init.py' file: path = Path.home() / '.force' / 'machine.json' assert path.is_file() produces the error message "exception: no description." This is likely due to the miss of the 'machine.json' file, but I can't find it.

HAOGUOKAI avatar Sep 06 '23 02:09 HAOGUOKAI