summaryrefslogtreecommitdiff
path: root/buildscripts/scons_metrics/report.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/scons_metrics/report.py')
-rw-r--r--buildscripts/scons_metrics/report.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/buildscripts/scons_metrics/report.py b/buildscripts/scons_metrics/report.py
index 61b60ccc186..c016492c966 100644
--- a/buildscripts/scons_metrics/report.py
+++ b/buildscripts/scons_metrics/report.py
@@ -31,10 +31,6 @@ def main(scons_stdout_log_file: str, scons_cache_debug_log_file: str,
print(f"Could not find SCons stdout log file '{scons_stdout_log_file}'.")
sys.exit(1)
- if not os.path.exists(scons_cache_debug_log_file):
- print(f"Could not find SCons cache debug log file '{scons_cache_debug_log_file}'.")
- sys.exit(1)
-
scons_metrics = SconsMetrics(scons_stdout_log_file, scons_cache_debug_log_file)
if not scons_metrics.raw_report:
print(