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
# line 209 in convert.py# that fails in py3 enviromentifos.path.exists(output_filepath):
fi=open(output_filepath)
namedblob=NamedBlobFile(fi, filename=switchFileExt(video.filename, video_type))
setattr(context, fieldname, namedblob)
fi.close()
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: