Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6e7d315

Browse files
[FIX] The call of RaiseError.CommandExecutionError is corrected [message arg]
1 parent afee4a5 commit 6e7d315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testgres/operations/remote_ops.py

+2-2
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)