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 a5efac8 commit 33f1700Copy full SHA for 33f1700
devstats/__main__.py
@@ -75,7 +75,6 @@ def query(repo_owner, repo_name, outdir, start_date):
75
else:
76
qtype = qtype_match.group(1)
77
78
- qname, qext = os.path.splitext(query)
79
data = GithubGrabber(
80
query,
81
qtype,
0 commit comments