File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- chcversion : str = "0.2.0-2025-12-06 "
1+ chcversion : str = "0.2.0-2026-02-02 "
Original file line number Diff line number Diff line change 66#
77# Copyright (c) 2017-2020 Kestrel Technology LLC
88# Copyright (c) 2020-2022 Henny Sipma
9- # Copyright (c) 2023-2024 Aarno Labs LLC
9+ # Copyright (c) 2023-2026 Aarno Labs LLC
1010#
1111# Permission is hereby granted, free of charge, to any person obtaining a copy
1212# of this software and associated documentation files (the "Software"), to deal
@@ -350,7 +350,7 @@ def generate_and_check_file(
350350 stdout = open (os .devnull , "w" ),
351351 stderr = subprocess .STDOUT ,
352352 )
353- print ("\n Result : " + str (result ))
353+ print_status ("\n Generate-and-check: result : " + str (result ))
354354 if result != 0 :
355355 chklogger .logger .error (
356356 "Error in generating invariants for %s" , cfilename )
You can’t perform that action at this time.
0 commit comments