We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62886a0 commit 186cff2Copy full SHA for 186cff2
updatezinfo.py
@@ -26,7 +26,7 @@ def main():
26
sha_512_file = sha_hasher.hexdigest()
27
assert metadata['tzdata_file_sha512'] == sha_512_file, "SHA failed for"
28
print("Updating timezone information...")
29
- rebuild(metadata['tzdata_file'], zonegroups=metadata['zonegroups'],
+ rebuild.rebuild(metadata['tzdata_file'], zonegroups=metadata['zonegroups'],
30
metadata=metadata)
31
print("Done.")
32
0 commit comments