run()
should work on code that expects to be execfile
d
#353
Labels
roadmap
Things in our roadmap (proposed or actual)
run('fonts.py')
looks like it fails because the BG is cleared byrun()
. We should detect this somehow and useexecfile()
instead for these types of scripts.The text was updated successfully, but these errors were encountered: