mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-09 23:34:20 +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
|
|
@ -75,8 +75,10 @@ if __name__ == "__main__":
|
|||
"subdirectories")
|
||||
args = parser.parse_args()
|
||||
|
||||
try:
|
||||
try:
|
||||
shutil.rmtree(args.dest_dir)
|
||||
except OSError:
|
||||
pass
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue