Skip to content

Commit 93e5e23

Browse files
sarahmarshyadbridge
authored andcommitted
Directory traversal error
Change indentation level for directory traversal, so that we only move up at the end of exporting one project for all ide/target combinations.
1 parent 8f138f6 commit 93e5e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/examples_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def status(message):
221221
else:
222222
status("SUCCESS building")
223223
successes.append(example_name)
224-
os.chdir("..")
224+
os.chdir("..")
225225

226226
if len(build_failures+export_failures) > 0:
227227
pass_status= False

0 commit comments

Comments
 (0)