You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Realized that the reason for the extra whitespace was that some of the
results were being passed through `pShow` twice which was escaping some
characters and adding whitespace. This commit prevents that behavior by
replacing one usage of pShow with a composition of show and Text.pack
which prevents that from happening.
0 commit comments