Skip to content

Commit d9c7526

Browse files
ALEXISDAVID89jenkins
authored andcommitted
QPR-11600 : Fix an error from previous commit in ore_examples_helper.py
1 parent 124b9aa commit d9c7526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/ore_examples_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,5 +287,5 @@ def run_example(example):
287287

288288

289289
if __name__ == "__main__":
290-
for example in (get_list_of_examples(), get_list_ore_academy()):
290+
for example in (get_list_of_examples() + get_list_ore_academy()):
291291
run_example(example)

0 commit comments

Comments
 (0)