Skip to content

Commit f52ad10

Browse files
committed
fix: typo in variable name
1 parent 8726cee commit f52ad10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/backends/back_postgresql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def db_command(config, command, database='postgres'):
142142
return
143143
finally:
144144
conn.close()
145-
raise RuntimeError('10 attempts to create database failed when running: %s' % commandb)
145+
raise RuntimeError('10 attempts to create database failed when running: %s' % command)
146146

147147

148148
def pg_command(cursor, command):

0 commit comments

Comments
 (0)