nngogol / PySimpleGUIDocGen

Software for making documentation for PySimpleGUI
9 stars 2 forks source link

Please move log files to another folder #63

Closed PySimpleGUI closed 4 years ago

PySimpleGUI commented 4 years ago

The output folder contains a mixture of the .md files and the log files. It should only have the resulting .md files (i.e. the true output).

Maybe it would be good to have a folder just for logs?

I made the change before in a previous version to do this, but now that there are global filenames being used for the paths, it's not possible to do it any longer.

This global seems to have replaced the parameterized version from previous versions.

dir_name = os.path.join(cd, 'output')
PySimpleGUI commented 4 years ago

This was just fixed in the last release I got.