summary refs log tree commit diff
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-04-28 10:34:06 +0100
committerErik Johnston <erik@matrix.org>2015-04-28 10:34:06 +0100
commit1ccaea5b92e476ebb38a246ea933258a7199bbae (patch)
treebdb3074e9e5f74c45e5b45ea5a22e89565bf9783
parentSplit setuping up and processing of tables (diff)
downloadsynapse-1ccaea5b92e476ebb38a246ea933258a7199bbae.tar.xz
Typo in port script
-rw-r--r--scripts/port_from_sqlite_to_postgres.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/port_from_sqlite_to_postgres.py b/scripts/port_from_sqlite_to_postgres.py
index 1e7ac072f1..56e149c477 100644
--- a/scripts/port_from_sqlite_to_postgres.py
+++ b/scripts/port_from_sqlite_to_postgres.py
@@ -575,7 +575,7 @@ class CursesProgress(Progress):
 
         if self.finished:
             self.stdscr.addstr(
-                self.rows-1, 0,
+                rows-1, 0,
                 "Press any key to exit...",
             )