Commit 81852eb
committed
doc: fix python example
Problem: A job submission Python example in the docs has an error,
so it won't run, making it a poor example. It also prints the raw
JobInfo object, which isn't very demonstrative.
Update the example to fix the error and print something useful from
the returned JobInfo result object.1 parent abd95c1 commit 81852eb
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
220 | 222 | | |
221 | 223 | | |
222 | 224 | | |
223 | 225 | | |
224 | 226 | | |
225 | | - | |
| 227 | + | |
226 | 228 | | |
227 | 229 | | |
228 | 230 | | |
| |||
0 commit comments