Skip to content

Commit 242dfe6

Browse files
committed
test
1 parent 87b20bb commit 242dfe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_quick_start_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def main():
215215
versions_str = json.dumps(gen_install_matrix(versions))
216216
template = template.replace("{{ installMatrix }}", versions_str)
217217
template = template.replace("{{ VERSION }}", f"\"Stable ({versions['latest_stable']})\"")
218-
#print(template.replace("{{ ACC ARCH MAP }}", json.dumps(acc_arch_ver_map)))
218+
print(template.replace("{{ ACC ARCH MAP }}", json.dumps(acc_arch_ver_map)))
219219

220220
if __name__ == "__main__":
221221
main()

0 commit comments

Comments
 (0)