Commit 6c4549d
authored
Fix in TL1_cutom_src_pattern_build test (#6103)
- nvtx is required to generate stubs for dynamic mode. Stubs are
generated when DALI is installed what happens in
TL1_cutom_src_pattern_build test
- adds defensive check for dynamic.readers before accessing it to
prevent AttributeError when dynamic module doesn't have readers attribute
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
---------
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>1 parent e1b8f7b commit 6c4549d
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
763 | | - | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
764 | 767 | | |
765 | 768 | | |
766 | 769 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments