PyCQA / baron

IDE allow you to refactor code, Baron allows you to write refactoring code.
http://baron.pycqa.org
GNU Lesser General Public License v3.0
289 stars 50 forks source link

Use new method to avoid pypandoc warning #141

Closed felixonmars closed 6 years ago

felixonmars commented 6 years ago

This fixes the following deprecation warning:

setup.py:8: DeprecationWarning: Due to possible ambiguity, 'convert()' is deprecated. Use 'convert_file()'  or 'convert_text()'.
  read_md = lambda f: convert(f, 'rst')
Psycojoker commented 6 years ago

Great, thx :)