Skip to content

Commit 545c7b8

Browse files
committed
clean up
1 parent ac8b3d9 commit 545c7b8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_platform.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ def test_examples_in_folder(platform, folderpath):
352352
is_skip = False
353353
if os.path.exists(skipfilename):
354354
is_skip = True
355-
ColorPrint.print_warn("skipping")
356-
continue
357355
if os.path.exists(skip_txt):
358356
with open(skip_txt) as f:
359357
lines = f.readlines()

0 commit comments

Comments
 (0)