Commit 1dc869d
authored
[BugFix] Fixing descriptions of inversed NamedTransforms (#117)
* Fixing descriptions of inversed NamedTransforms
Generate the transform description based on the transform's direction.
Resolves: #111
Signed-off-by: Allison Moon <[email protected]>
* Update addressing KelSolaar's review:
- changing function args from `inverse_direction` (bool) to `direction` (str)
Signed-off-by: Allison Moon <[email protected]>
* Update addressing KelSolaar's review:
- Case-insensitive check of `direction` args
Signed-off-by: Allison Moon <[email protected]>
---------
Signed-off-by: Allison Moon <[email protected]>1 parent 1abd145 commit 1dc869d
1 file changed
+21
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
183 | 188 | | |
184 | 189 | | |
185 | 190 | | |
| |||
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
207 | 218 | | |
208 | 219 | | |
209 | 220 | | |
| |||
389 | 400 | | |
390 | 401 | | |
391 | 402 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | 403 | | |
396 | 404 | | |
397 | 405 | | |
| |||
401 | 409 | | |
402 | 410 | | |
403 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
404 | 415 | | |
405 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
406 | 420 | | |
407 | 421 | | |
408 | 422 | | |
| |||
0 commit comments