Skip to content

Commit c74a121

Browse files
sylvestrecakebaker
andauthored
Update util/compare_test_results.py
Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
1 parent 5cd96e9 commit c74a121

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/compare_test_results.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def main():
123123
# Load ignore list (required)
124124
if not os.path.exists(args.ignore_file):
125125
sys.stderr.write(f"Error: Ignore file {args.ignore_file} does not exist\n")
126-
print(f"::error ::Ignore file {args.ignore_file} does not exist")
127126
return 1
128127

129128
ignore_list = load_ignore_list(args.ignore_file)

0 commit comments

Comments
 (0)