mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
total-contributions: Do a fetch for zulip/zulip as well.
This avoids producing stale output by having a consistent algorithm for all repositories.
This commit is contained in:
@@ -135,6 +135,7 @@ except subprocess.CalledProcessError:
|
||||
sys.exit(0)
|
||||
|
||||
out_dict: Dict[str, int] = defaultdict(int)
|
||||
subprocess.check_call(["git", "fetch"], cwd=find_path("zulip"))
|
||||
zulip = retrieve_log("zulip", lower_zulip_version, upper_zulip_version)
|
||||
add_log(out_dict, zulip)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user