Commit 19a3ec3
committed
fix: Use hash to cache files
When alternative registries have long names, possible path can explode
on file system limitation., causing python-inspector raise an exception
and bail out.
Using a simple hash will keep the issue contained.
Signed-off-by: Helio Chissini de Castro <helio.chissini.de.castro@cariad.technology>1 parent bb4f333 commit 19a3ec3
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
1678 | 1679 | | |
1679 | 1680 | | |
1680 | 1681 | | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
1681 | 1685 | | |
1682 | 1686 | | |
1683 | 1687 | | |
| |||
1693 | 1697 | | |
1694 | 1698 | | |
1695 | 1699 | | |
1696 | | - | |
| 1700 | + | |
1697 | 1701 | | |
1698 | 1702 | | |
1699 | 1703 | | |
| |||
0 commit comments