We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4a93c commit 994f420Copy full SHA for 994f420
tools/mail/send_queued_mail.py
@@ -29,7 +29,7 @@
29
curs = connection.cursor()
30
curs.execute("SELECT pg_try_advisory_lock(72181379)")
31
if not curs.fetchall()[0][0]:
32
- print "Failed to get advisory lock, existing send_queued_mail process stuck?"
+ print("Failed to get advisory lock, existing send_queued_mail process stuck?")
33
connection.close()
34
sys.exit(1)
35
0 commit comments