Eclipse-Dominator / pe

0 stars 0 forks source link

Error due to the user of absolute path. User module list and preference.json is saved using a absolute path instead of relative path. #4

Open Eclipse-Dominator opened 1 year ago

Eclipse-Dominator commented 1 year ago

image.png

image.png

As seen here the content of the file is saved using an absolute path. This means that if the user wanted to move CLImod to another folder on his windows OS. Since there were no explicit instructions mentioned in the UG to only copy the datafile. The user can easily just copy his whole file directory to a separate directory. This will cause the application to throw an error due to being unable to find the original preference json file location as seen here

image.png

This error is repeatedly thrown even upon existing as the path to preference.json in the config.json file is not being updated.

soc-pe-bot commented 1 year ago

Your response not required for this bug as the team has accepted the bug as it is.