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
After fixing the issue with the missing recordset variable, I still get a warning when running in Anaconda Py3 on Red Hat 6.5, python-docx version 0.8.5 installed via pip:
/home/jfoxrabi/miniconda3/lib/python3.5/site-packages/docx/styles/styles.py:54: UserWarning: style lookup by style_id is deprecated. Use style name as key instead.
warn(msg, UserWarning)
The fact that the intro code is not perfect is not so bad in and of itself, but it would be nice if the warning was issued with stacklevel=2.