Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afee4a5 commit 6e7d315Copy full SHA for 6e7d315
testgres/operations/remote_ops.py
@@ -193,7 +193,7 @@ def is_executable(self, file):
193
RaiseError.CommandExecutionError(
194
cmd=command,
195
exit_code=exit_status,
196
- msg_arg=errMsg,
+ message=errMsg,
197
error=error,
198
out=output
199
)
@@ -305,7 +305,7 @@ def path_exists(self, path):
305
306
307
308
309
310
311
0 commit comments