1
0
Fork 0
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:
Tom Poole 2019-09-25 12:40:16 +01:00
parent a93ce46534
commit da71c8b722

View file

@ -77,6 +77,8 @@ if __name__ == "__main__":
try:
shutil.rmtree(args.dest_dir)
except OSError:
pass
except FileNotFoundError:
pass