mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Documentation: Fixed a Doxygen generation issue
This commit is contained in:
parent
a93ce46534
commit
da71c8b722
1 changed files with 3 additions and 1 deletions
|
|
@ -77,6 +77,8 @@ if __name__ == "__main__":
|
|||
|
||||
try:
|
||||
shutil.rmtree(args.dest_dir)
|
||||
except OSError:
|
||||
pass
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue