[tor-commits] [gettor/master] Fix print bug
hiro at torproject.org
hiro at torproject.org
Fri May 17 14:27:50 UTC 2019
commit 1b37f08d4a206588475b4213563ee3b499f3f822
Author: hiro <hiro at torproject.org>
Date: Mon May 13 21:01:53 2019 +0200
Fix print bug
---
scripts/add_lins_to_db | 2 +-
scripts/create_db | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/add_lins_to_db b/scripts/add_lins_to_db
index f625a98..62641f6 100755
--- a/scripts/add_lins_to_db
+++ b/scripts/add_lins_to_db
@@ -106,4 +106,4 @@ def main():
if __name__ == "__main__":
print_header()
main()
- print_footer
+ print_footer()
diff --git a/scripts/create_db b/scripts/create_db
index 582c9df..d332c27 100755
--- a/scripts/create_db
+++ b/scripts/create_db
@@ -151,4 +151,4 @@ def main():
if __name__ == "__main__":
print_header()
main()
- print_footer
+ print_footer()
More information about the tor-commits
mailing list