mabotkin / jungler-tracking

Tracks jungler movement using linear algebra.
1 stars 0 forks source link

Fix error caused by missing directory #1

Closed AndyGrant closed 8 years ago

AndyGrant commented 8 years ago

I'm sure in your local copy you have 'images/", however, empty directories are not included in the github repo. IE, after cloning your project and attempting to run it, an error was thrown in function:draw because it could not run the following line:

fout = open("images/" + filename,"w")

My patch fixes this issue.

mabotkin commented 8 years ago

Oh oops my bad, I git ignored the ppm files in the image directory and so the directory was empty - thanks!