aboutsummaryrefslogtreecommitdiff
path: root/spdxconv.go
diff options
context:
space:
mode:
Diffstat (limited to 'spdxconv.go')
-rw-r--r--spdxconv.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/spdxconv.go b/spdxconv.go
index 64f138f..a5c8545 100644
--- a/spdxconv.go
+++ b/spdxconv.go
@@ -133,6 +133,7 @@ func Apply() (err error) {
log.Printf(`%s: %s`, logp, err)
continue
}
+ rep.listDone[f.path] = f
}
rep.listRegular = listFail
@@ -151,6 +152,7 @@ func Apply() (err error) {
log.Printf(`%s: failed to write %s`, logp, pathLicense)
continue
}
+ rep.listDone[f.path] = f
}
rep.listBinary = listFail