Skip to content

Commit

Permalink
Add warning message for exception
Browse files Browse the repository at this point in the history
  • Loading branch information
klausweinbauer authored Oct 11, 2023
1 parent 662dc2f commit 692f71c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtos-util.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ def generate(args):
try:
generate_group_tc(src, dest, args.starttag, args.exittag)
except:
logging.warning(traceback.format_exc())
failed_groups.append(group_name)

if len(failed_groups) > 0:
Expand Down

0 comments on commit 692f71c

Please sign in to comment.