Commit 911405cd by David Baumgold

make sure the script works with the table flag

parent 6e48d54a
...@@ -425,7 +425,7 @@ def main(): ...@@ -425,7 +425,7 @@ def main():
ensure_github_creds() ensure_github_creds()
if args.table: if args.table:
print(generate_table(args.previous, args.current)) print(generate_pr_table(args.previous, args.current))
return return
print("EMAIL:") print("EMAIL:")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment