tsengwoody / Access8Math

Allows access math content written by MathML ; Assist writing math content by LaTeX
GNU General Public License v2.0
32 stars 15 forks source link

Error in log when cleaning workspace #56

Closed CyrilleB79 closed 2 years ago

CyrilleB79 commented 2 years ago

STR

On a fresh install of Access8Math:

Actual result

Error tone heard with the following error in the log:

ERROR - unhandled exception (10:42:01.714) - MainThread (6460):
Traceback (most recent call last):
  File "C:\Users\Cyrille\AppData\Roaming\nvda\addons\Access8Math\globalPlugins\Access8Math\__init__.py", line 370, in onCleanWorkspace
    for item in os.listdir(review):
FileNotFoundError: [WinError 3] Le chemin d’accès spécifié est introuvable: 'C:\\Users\\Cyrille\\AppData\\Roaming\\nvda\\addons\\Access8Math\\globalPlugins\\Access8Math\\web\\review'

Expected result

No error

tsengwoody commented 2 years ago

Fixed this issue in commit 06b2a9