Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Made sure to create match data file
Browse files Browse the repository at this point in the history
  • Loading branch information
Recursive Lambda God committed May 2, 2017
1 parent bdd9a0d commit 048ba93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extract.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func main() {
f, _ := os.Open("crawl-data/" + file.Name())
scanner := bufio.NewScanner(f)

data, _ := os.Open("match-data/" + file.Name())
data, _ := os.Create("match-data/" + file.Name())
matches := 0
warcData := ""

Expand Down

0 comments on commit 048ba93

Please sign in to comment.