Skip to content

mkhtml2: Fix apparent typo "os.getcmd()"

Simon McVittie requested to merge wip/smcv/mkhtml2-typo into master

os.getcwd() would make sense here.

This call isn't actually reached in practice, because the gtkdoc-mkhtml2 script entry point always passes something for options.output_dir, even if it's ".".

Merge request reports