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
Found bug in encoder.py, class p3Encoder, method set_cover. Variable err was not initialize outside of the if statement but tested outside of the if block. Added line 379 err='' just before the if statement.
Found bug in encoder.py, class p3Encoder, method set_cover. Variable err was not initialize outside of the if statement but tested outside of the if block. Added line 379 err='' just before the if statement.