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

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy