Skip to content

Commit 7ad45a9

Browse files
committed
fixing silent error state
1 parent 2e87a32 commit 7ad45a9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

plugins/pypi/pypirc_importer.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ func TryPyPIRCFile() sdk.Importer {
1212
return importer.TryFile("~/.pypirc", func(ctx context.Context, contents importer.FileContents, in sdk.ImportInput, out *sdk.ImportAttempt) {
1313
cfg, err := contents.ToINI()
1414
if err != nil {
15+
out.AddError(err)
1516
return
1617
}
1718

0 commit comments

Comments
 (0)