Skip to content

Commit

Permalink
WIP: bringup-datagen: Disable assertion that post-processed entries d…
Browse files Browse the repository at this point in the history
…on't have inclusions

It's no longer true, and it's not obvious to me why I asserted that it was.
  • Loading branch information
gregordick committed Jan 6, 2025
1 parent b07aa4f commit 5b6cd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bringup/bringup-datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ def merge_do_section(propers, redirections, do_redirections, generic, options,
else:
sub_list.append(sub)

assert 'post-process' not in out_path
#assert 'post-process' not in out_path
if sub_list:
# We have unhandled substitutions, so expand the inclusion
# now.
Expand Down

0 comments on commit 5b6cd87

Please sign in to comment.