diff --git a/commonlibrary/toolchain/libc-test/tar_files.py b/commonlibrary/toolchain/libc-test/tar_files.py index 4d358caf4971874eeb2ae79a0a56ec911f786646..e5b0e69adb854393f528e487227616ca2b321fda 100755 --- a/commonlibrary/toolchain/libc-test/tar_files.py +++ b/commonlibrary/toolchain/libc-test/tar_files.py @@ -30,7 +30,7 @@ def copyFiles(sourceDir, targetDir): if not os.path.isfile(sourceF): if os.path.isdir(sourceF): copyFiles(sourceF, targetF) - continue + continue if os.path.exists(targetDir): copyFileCounts += 1 with open(targetF, "wb") as fp: