Skip to content

Commit 71a0e53

Browse files
author
James William Pye
committed
Fix the detail string.
1 parent 66324d4 commit 71a0e53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def init(self,
218218
raise ClusterInitializationError(
219219
"unable to find executable for cluster initialization",
220220
details = {
221-
'detail' : "The installation had neither 'initdb' nor 'pg_ctl'had neither 'initdb' nor 'pg_ctl'",
221+
'detail' : "The installation does not have 'initdb' or 'pg_ctl'.",
222222
},
223223
creator = self
224224
)

0 commit comments

Comments
 (0)