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

View file

@ -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