Commit 4273ae1
process-iteration-samples: ensure strings are being compared
- The Perl ne operator is a stringwise comparison of the left and
right arguments. If the values in the left and right arguments are
not strings then this can cause an "Operation "ne": no method found"
error.
- This was occuring when iterating through parameters stored from
pbench-trafficgen.1 parent 11b6187 commit 4273ae1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
| 239 | + | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| |||
0 commit comments