nngogol / PySimpleGUIDocGen

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

Remove warning about missing returns in docstring #56

Closed PySimpleGUI closed 4 years ago

PySimpleGUI commented 4 years ago

There is a warning that is being shown that should no longer be shown because it's not an error

I commented out this line of code in make_real_readme.py and it works great!

image

It's much better to have the table in the final .md file not show the word "RETURN" if there are no return values and to show a row with RETURN and nothing else.

I think it's all working great except for that warning being displayed.

nngogol commented 4 years ago

Ok, fixed.