Commit 511e48e
committed
fix: handle string null
Argo workflow passes "null" as a string, the condition if args.lessee evaluates to True because the string "null" is truthy, and then it tries to convert the literal string "null" to a UUID, which fails.1 parent 62ed8be commit 511e48e
File tree
1 file changed
+6
-1
lines changed- python/understack-workflows/understack_workflows/main
1 file changed
+6
-1
lines changedLines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | 63 | | |
59 | 64 | | |
| |||
0 commit comments