source-foundry/font-v

Fix git commit sha1 hash versioning on Windows platform

chrissimpkins opened this issue · 3 comments

#15 (comment)

Resolution: Windows git returns \n line endings, not \r\n as assumed by Python os.linesep. Modified to split string into list on \n instead of os.linesep fixes the issue.

TODO:

  • fix in font-v executable
  • fix in libfv library

fixed in libfv library in ce56722

fixed in font-v executable in 3df4ab5

released in v0.4.0