Commit edcf9c8
committed
fix(cli-helper): Stop resolving scopes when only converting ORT files
Keep the scope representation as-is when only converting an ORT file
from YAML to JSON or vice versa.
Note: Previously, when `withResolveScopes()` was called, the command
accidentally dropped packages for entire scopes, for not yet fully
understood reason. So, this avoids running into the problem when
doing the simple conversion.
Signed-off-by: Frank Viernau <frank.viernau@gmail.com>1 parent f1c7ab7 commit edcf9c8
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments