Fix symupload script.

This commit is contained in:
Roman Telezhynskyi 2024-06-10 16:03:22 +03:00
parent 4922c9f357
commit 2a04a726cd

View file

@ -68,7 +68,7 @@ def generate_sym_files(install_root):
if debug_file != corrected_debug_path:
# Remove temporary debug file
if sys.platform == "darwin":
os.rmtree(corrected_debug_path)
shutil.rmtree(corrected_debug_path)
else:
os.remove(corrected_debug_path)