Rerun option only reruns temp file
- Dominant language
- JavaScript
- Stars
- 23
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Clicking the Rerun option causes Ace to rerun on the temp folder and data it created, not the original file I selected to validate. As a result, no fixes are reflected in the new report. You have to start a new evaluation again.
For example, here's the console output from the first run:
```
Running Ace on C:\epubs\accessible_epub_3.epub
Ace check complete
Loaded report C:\Users\MATTGA~1\AppData\Local\Temp\tmp-14784NiPiG87A8nHF\accessible_epub_3\report.json
```
And here's what rerun triggers:
```
Running Ace on C:\Users\MATTGA~1\AppData\Local\Temp\tmp-14784NiPiG87A8nHF\accessible_epub_3\_unzipped_EPUB_
Ace check complete
Loaded report C:\Users\MATTGA~1\AppData\Local\Temp\tmp-14784NiPiG87A8nHF\accessible_epub_3\report.json
```
Contributor guide
Assessment
This issue has not been assessed yet.