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
The function quote_ps_string is used to sanitize the result of
np.tostring (which really returns bytes) to make sure no 'special'
ps characters make it through.
We were trying to use unicode to replace in a byte string
We also need to decode bytes to unicode to put the string into the
ps file.
closes#6226
0 commit comments