Few more fixes.

This commit is contained in:
Andrey Smirnov
2016-03-28 13:44:19 +03:00
parent 587086beb4
commit d7665119e4
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ func CollectChangesFiles(locations []string, reporter aptly.ResultReporter) (cha
return nil
})
if err != nil {
if err2 != nil {
reporter.Warning("Unable to process %s: %s", location, err2)
failedFiles = append(failedFiles, location)
continue