diff --git a/Scripts/get_all_links.py b/Scripts/get_all_links.py index c8fdd79..f5abbec 100755 --- a/Scripts/get_all_links.py +++ b/Scripts/get_all_links.py @@ -56,6 +56,7 @@ def main(path): for ref in refs: if ref not in urls: urls.append(ref) + fd.close() #print(len(urls))