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

Commit6e7d315

Browse files
[FIX] The call of RaiseError.CommandExecutionError is corrected [message arg]
1 parentafee4a5 commit6e7d315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎testgres/operations/remote_ops.py

Lines changed: 2 additions & 2 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
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp