Skip to content

Commit

Permalink
fix: typo in variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
rouilj committed Dec 21, 2023
1 parent 8726cee commit f52ad10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roundup/backends/back_postgresql.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def db_command(config, command, database='postgres'):
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):
Expand Down

0 comments on commit f52ad10

Please sign in to comment.