Skip to content

Commit d985079

Browse files
committed
Fix missing }
1 parent 4070872 commit d985079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresqleu/util/management/commands/check_messaging_integrations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def handle(self, *args, **options):
4444
out = "EXCEPTION: {}\n".format(e)
4545

4646
if out:
47-
s.write("{} (for {)\n".format(provider.internalname, provider.series.name if provider.series else 'News'))
47+
s.write("{} (for {})\n".format(provider.internalname, provider.series.name if provider.series else 'News'))
4848
s.write("{}\n".format('-' * len(provider.internalname)))
4949
s.write(out)
5050
s.write("\n\n")

0 commit comments

Comments
 (0)