Skip to content

Commit 381d0a9

Browse files
committed
fix indentation level
1 parent 160a7cc commit 381d0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ def test_examples_in_folder(folderpath):
474474
proc = subprocess.Popen(cmd, stdout=subprocess.PIPE,
475475
stderr=subprocess.PIPE)
476476
try:
477-
if BUILD_TIMEOUT:
477+
if BUILD_TIMEOUT:
478478
out, err = proc.communicate(timeout=popen_timeout)
479479
else:
480480
out, err = proc.communicate(timeout=120)

0 commit comments

Comments
 (0)