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

Data_folder should not be copied directly in rawIntoReview #59

Closed cary-rowen closed 2 years ago

cary-rowen commented 2 years ago

Hi,

Imagine if there is such a file as "d:\document.txt", then the line shutil.copytree(data_folder, review_folder) will copy all files under "D:\" to review_folder.

You may be doing this because you want to load external resource files such as "data_folder\images", however, could we have a better way? Is it even possible to ditch the workspace?

For example, is it possible to save the documentation and required js modules to a separate directory when doing the export?

Thanks

tsengwoody commented 2 years ago

Commit 3c4959