diff options
author | Erik Johnston <erik@matrix.org> | 2015-04-28 10:34:06 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-04-28 10:34:06 +0100 |
commit | 1ccaea5b92e476ebb38a246ea933258a7199bbae (patch) | |
tree | bdb3074e9e5f74c45e5b45ea5a22e89565bf9783 /scripts | |
parent | Split setuping up and processing of tables (diff) | |
download | synapse-1ccaea5b92e476ebb38a246ea933258a7199bbae.tar.xz |
Typo in port script
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/port_from_sqlite_to_postgres.py | 2 |
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...", ) |