Skip to content

Commit 80ed579

Browse files
Update scripts/import_profiler/profiler.py
Co-authored-by: Chalmer Lowe <chalmerlowe@google.com>
1 parent c05ad7d commit 80ed579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/import_profiler/profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def run_master(iterations, target_module, cpu=0, csv_path=None, clear_cache=True
287287
print("\nSession import_profiler was successful.")
288288
sys.exit(0)
289289
else:
290-
print("\nSession import_profiler was failed.")
290+
print("\nSession import_profiler failed.")
291291
sys.exit(1)
292292

293293

0 commit comments

Comments
 (0)