ncoghlan / walkdir

Other
11 stars 3 forks source link

Changed strings format to support python2.6 #14

Closed palaviv closed 8 years ago

palaviv commented 8 years ago

I noticed that in min_depth and limit_depth we use format without index on the error messages we raise. This is not supported in python2.6 so I added the index and test's for this cases.

landscape-bot commented 8 years ago

Code Health Code quality remained the same when pulling 04160a1 on palaviv:Support-python2.6-format into ec5410b on ncoghlan:master.

ncoghlan commented 8 years ago

I also noticed a small typo in the error messages - I'll fix that directly on master.

ncoghlan commented 8 years ago

(the typo was in the originals - 'minimium' instead of 'minimum')