aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/servo/bootstrap_commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/servo/bootstrap_commands.py b/python/servo/bootstrap_commands.py
index 47f56bb167c..1d103fe5aca 100644
--- a/python/servo/bootstrap_commands.py
+++ b/python/servo/bootstrap_commands.py
@@ -16,6 +16,7 @@ import os.path as path
import re
import subprocess
import sys
+import traceback
import urllib2
import glob
@@ -318,6 +319,7 @@ class MachCommands(CommandBase):
try:
delete(crate_path)
except:
+ print(traceback.format_exc())
print("Delete %s failed!" % crate_path)
else:
print("Would remove `{}`{} package from {}".format(*print_msg))