From a078579306027d5c562742c35bb31dcd17cc914c Mon Sep 17 00:00:00 2001 From: Darko Marinov Date: Tue, 29 Oct 2024 15:59:54 -0500 Subject: [PATCH] E302 expected 2 blank lines, found 1 --- auto-update-dataset/python/repoArchivedCheck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/auto-update-dataset/python/repoArchivedCheck.py b/auto-update-dataset/python/repoArchivedCheck.py index a71c0e44..16fc25eb 100644 --- a/auto-update-dataset/python/repoArchivedCheck.py +++ b/auto-update-dataset/python/repoArchivedCheck.py @@ -10,6 +10,7 @@ 'gr-data.csv': "https://raw.githubusercontent.com/TestingResearchIllinois/idoft/main/gr-data.csv" } + # it takes about 2 minutes to check 200 projects def main(): if len(sys.argv) != 2 or sys.argv[1] not in data_urls: