mosra / m.css

A no-nonsense, no-JavaScript CSS framework, site and documentation theme for content-oriented websites
https://mcss.mosra.cz
Other
409 stars 92 forks source link

./doxygen.py path/to/your/Doxyfile-mcss File not found error #172

Closed kennychowdhary closed 4 years ago

kennychowdhary commented 4 years ago

When running ./doxygen.py path/to/your/Doxyfile-mcss, where I replaced the path with the absolute path, I get the following error:

Traceback (most recent call last): File "./doxygen.py", line 3847, in os.makedirs(state.doxyfile['OUTPUT_DIRECTORY'], exist_ok=True) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/os.py", line 221, in makedirs mkdir(name, mode) FileNotFoundError: [Errno 2] No such file or directory: ''

I verified that the requisite Doxyfile and Doxyfile-mcss is in the proper directory. I am using Python 3.7 and doxygen 1.8.18.

mosra commented 4 years ago

Hi, sorry for answering three months late, too much stuff on my plate :sweat_smile:

Well, that's silly. I expected makedirs() to just be a no-op when it gets an empty argument. Fixed in daef291c943073b8cb7391c154ad48c948da1574.