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

Commitd9558ce

Browse files
The call of RaiseError.CommandExecutionError is fixed [message, not msg_arg]
- RemoteOperations::message- RemoteOperations::path_exists- RemoteOperations::is_port_free
1 parent88f9b73 commitd9558ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎testgres/operations/remote_ops.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def is_executable(self, file):
193193
RaiseError.CommandExecutionError(
194194
cmd=command,
195195
exit_code=exit_status,
196-
msg_arg=errMsg,
196+
message=errMsg,
197197
error=error,
198198
out=output
199199
)
@@ -305,7 +305,7 @@ def path_exists(self, path):
305305
RaiseError.CommandExecutionError(
306306
cmd=command,
307307
exit_code=exit_status,
308-
msg_arg=errMsg,
308+
message=errMsg,
309309
error=error,
310310
out=output
311311
)
@@ -650,7 +650,7 @@ def is_port_free(self, number: int) -> bool:
650650
RaiseError.CommandExecutionError(
651651
cmd=cmd,
652652
exit_code=exit_status,
653-
msg_arg=errMsg,
653+
message=errMsg,
654654
error=error,
655655
out=output
656656
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp