[Export build-test] 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.
pull/3204/head
sarahmarshy 2016-11-04 14:09:40 -05:00 committed by GitHub
parent f044786f22
commit 804f27a8bd
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ def export_repos(config, ides):
else:
status("SUCCESS building")
successes.append(example_name)
os.chdir("..")
os.chdir("..")
if len(build_failures+export_failures) > 0:
pass_status= False