Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit66cc9a6

Browse files
committed
Cleanup
1 parenta656ac1 commit66cc9a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎testgres/node.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
QueryException, \
5858
StartNodeException, \
5959
TimeoutException, \
60-
TestgresException
60+
TestgresException, \
61+
BackupException
6162

6263
from .loggerimportTestgresLogger
6364

@@ -884,7 +885,7 @@ def restore(self, filename, dbname=None, username=None):
884885
# try pg_restore if dump is binary formate, and psql if not
885886
try:
886887
execute_utility(_params,self.utils_log_name)
887-
exceptExecUtilExceptionase:
888+
exceptExecUtilException:
888889
self.psql(filename=filename,dbname=dbname,username=username)
889890

890891
@method_decorator(positional_args_hack(['dbname','query']))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp