Changes for newest docstrings

This commit is contained in:
PySimpleGUI 2020-03-08 19:29:03 -04:00
parent 03aaa144a3
commit a53c04e0cf
11 changed files with 25238 additions and 5108 deletions

View file

@ -92,7 +92,6 @@ if method == 'with logs':
########################################
if enable_popup:
import PySimpleGUI as sg
sg.change_look_and_feel('Dark Green 2')
lines = open('usage.log.txt', mode='r').readlines()
sg.PopupScrolled('Completed making {}'.format(OUTPUT_FILENAME), ''.join(lines), size=(80,50))