make sure the script works with the table flag

This commit is contained in:
David Baumgold
2014-05-07 16:05:53 -04:00
parent 6e48d54a7d
commit 911405cd41

View File

@@ -425,7 +425,7 @@ def main():
ensure_github_creds()
if args.table:
print(generate_table(args.previous, args.current))
print(generate_pr_table(args.previous, args.current))
return
print("EMAIL:")