Skip to content

Conversation

@cornelius
Copy link

No description provided.

@mxmehl
Copy link
Collaborator

mxmehl commented Sep 13, 2023

I'm not sure whether this still is a problem after the changes done in #11:

def analyse_dates(report: RepoReport) -> None:
"""Do some analysis of the dates of matched commits"""
if report.matched_commit_data:
report.matched_total = len(report.matched_commit_data)
report.matched_oldest = min(report.matched_commit_data)
report.matched_newest = max(report.matched_commit_data)
else:
logging.warning(
"No commits found for %s. Either there was no match for your search, "
"or the repository is broken in the cache or during clone. "
"You may run with --debug/--verbose and check earlier errors.",
report.path,
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants