JessicaTegner / pypandoc

Thin wrapper for "pandoc" (MIT)
http://pypi.python.org/pypi/pypandoc/
Other
875 stars 111 forks source link

Change when we do source file verification #344

Closed JessicaTegner closed 11 months ago

JessicaTegner commented 1 year ago

Change when we do source file verification #342. Previously we did sourceverificiation before looking at the working directory. Now we convert all source files to an absolute file path if needed, then perform globbing and then do source verification. This fixes a bug where we would not find source files if the working directory was not the same as the source file directory.

JessicaTegner commented 1 year ago

@Lrakotoson what you think of this solution? :)

Everyone else, feel free to come with suggestion or review