We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c232b3b commit ee73148Copy full SHA for ee73148
main.py
@@ -61,7 +61,9 @@ def main():
61
csv_name = args.out
62
path_drepo = args.download_repos
63
fork_flag = args.forks_include
64
- log_pr_comments = args.pr_comments
+ log_pr_comments = args.pr_comments
65
+ start, finish = None, None
66
+
67
try:
68
client = git_logger.login(token=token)
69
except Exception as e:
0 commit comments