# HG changeset patch # User John Rouillard # Date 1703168348 18000 # Node ID 2eb976e1de2a3be876d1751f957a6f5c8f3f9dbf # Parent 0ccc6d3ba9f287ffcea82254a298b77c0a44c9bf fix: typo in variable name diff -r 0ccc6d3ba9f2 -r 2eb976e1de2a roundup/backends/back_postgresql.py --- a/roundup/backends/back_postgresql.py Tue Dec 19 08:56:14 2023 -0500 +++ b/roundup/backends/back_postgresql.py Thu Dec 21 09:19:08 2023 -0500 @@ -142,7 +142,7 @@ return finally: conn.close() - raise RuntimeError('10 attempts to create database failed when running: %s' % commandb) + raise RuntimeError('10 attempts to create database failed when running: %s' % command) def pg_command(cursor, command):