Commit 2cc5447
committed
ST6RI-178 Fixed non-stanrad library download in Jupyter
- in the current implementation it is necessary to store
proxy elements for the standard library
- these proxy elements also count as root elements
- the download logic skips these elements when processing root
- when a LibraryPackage is uploaded form Jupyter it will also count as
a root, so the download logic skips them
To solve this issue this commit enables non-standard library elements
as root elements during the download process1 parent 38a0ebb commit 2cc5447
1 file changed
Lines changed: 5 additions & 1 deletion
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
100 | 104 | | |
101 | 105 | | |
102 | 106 | | |
| |||
0 commit comments