We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this code fails when there are commits where a file was deleted:
probe-scraper/probe_scraper/scrapers/git_scraper.py
Line 128 in c71f5dd
Lines 84 to 85 in c71f5dd
the current workaround requires listing every commit where the file was deleted:
Lines 35 to 49 in c71f5dd
Line 103 in c71f5dd
Lines 123 to 124 in c71f5dd
That workaround is still needed for invalid files, but for missing files we should add code to handle the exception from git, probably with continue.
continue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
this code fails when there are commits where a file was deleted:
probe-scraper/probe_scraper/scrapers/git_scraper.py
Line 128 in c71f5dd
probe-scraper/probe_scraper/scrapers/git_scraper.py
Lines 84 to 85 in c71f5dd
the current workaround requires listing every commit where the file was deleted:
probe-scraper/probe_scraper/scrapers/git_scraper.py
Lines 35 to 49 in c71f5dd
probe-scraper/probe_scraper/scrapers/git_scraper.py
Line 103 in c71f5dd
probe-scraper/probe_scraper/scrapers/git_scraper.py
Lines 123 to 124 in c71f5dd
That workaround is still needed for invalid files, but for missing files we should add code to handle the exception from git, probably with
continue
.The text was updated successfully, but these errors were encountered: