Skip to content

Commit 46e60b9

Browse files
committed
Test
1 parent 9e057fb commit 46e60b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/scripts/compute_libraries_and_scenarios.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def __init__(
303303
self.mapping_file = os.path.join(root_dir, mapping_file)
304304
self.scenario_map_file = os.path.join(root_dir, scenario_map_file)
305305
if self.ref != "refs/pull/5575/merge":
306+
raise Exception("Test (find me oiaueryoiua)", self.ref)
306307
self.new_manifests: dict[str, list[dict[str, Any]]] = Manifest.parse(new_manifests)
307308
self.old_manifests: dict[str, list[dict[str, Any]]] = Manifest.parse(old_manifests)
308309

0 commit comments

Comments
 (0)