- Notifications
You must be signed in to change notification settings - Fork35
Commit3ca3ff7
committed
Ssh command line in RemoteOperations::execute is corrected
We use subprocess.list2cmdline(cmd) to pack a user command line.It allows PostgresNode::_psql to build PSQL command line without a "special case" for remote-host.AlsoRemoteOperations::execute raises exception if 'cmd' parameter has an unknown type.1 parent3224e21 commit3ca3ff7
2 files changed
+5
-5
lines changedLines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1125 | 1125 |
| |
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 |
| - | |
1129 |
| - | |
1130 |
| - | |
1131 |
| - | |
| 1128 | + | |
1132 | 1129 |
| |
1133 | 1130 |
| |
1134 | 1131 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
|
0 commit comments
Comments
(0)