Fix symupload script.
This commit is contained in:
parent
4922c9f357
commit
2a04a726cd
|
@ -68,7 +68,7 @@ def generate_sym_files(install_root):
|
||||||
if debug_file != corrected_debug_path:
|
if debug_file != corrected_debug_path:
|
||||||
# Remove temporary debug file
|
# Remove temporary debug file
|
||||||
if sys.platform == "darwin":
|
if sys.platform == "darwin":
|
||||||
os.rmtree(corrected_debug_path)
|
shutil.rmtree(corrected_debug_path)
|
||||||
else:
|
else:
|
||||||
os.remove(corrected_debug_path)
|
os.remove(corrected_debug_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user