diff --git a/main.py b/main.py index a3fe7b6525..f2b2151e80 100644 --- a/main.py +++ b/main.py @@ -2,6 +2,7 @@ os.system('rm -rf poc clone-templates') os.system('python 1-clone_repos.py') -os.system('python 2-remove_duplicated.py') -os.system('python 3-get_pocname.py') +os.system('python 3-check_poc.py') +os.system('python 4-remove_duplicated.py') +os.system('python 5-get_pocname.py')