File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,8 @@ def __init__(self,
5656 try :
5757 xlog_method = XLogMethod (xlog_method )
5858 except ValueError :
59- raise BackupException ('Invalid xlog_method "{}"' .format (xlog_method ))
59+ raise BackupException (
60+ 'Invalid xlog_method "{}"' .format (xlog_method ))
6061
6162 # Set default arguments
6263 username = username or default_username ()
Original file line number Diff line number Diff line change 1717
1818from .exceptions import QueryException
1919
20-
2120# export these exceptions
2221InternalError = pglib .InternalError
2322ProgrammingError = pglib .ProgrammingError
Original file line number Diff line number Diff line change 1414from .config import testgres_config
1515from .exceptions import ExecUtilException
1616
17-
1817# rows returned by PG_CONFIG
1918_pg_config_data = {}
2019
You can’t perform that action at this time.
0 commit comments