IDLabResearch / TurtleValidator

A Turtle validator on command line and in browser
http://ttl.summerofcode.be
MIT License
45 stars 11 forks source link

spaces in filepath #9

Closed companje closed 4 years ago

companje commented 4 years ago

Thanks for your tool! It's useful.

I found a small issue. It seems not be able to handle filenames/filepaths with spaces.

ttl "/Users/rick/Documents/Wikipedia/Deelcollectie Nederlandse Spoorwegen/2 juni/THWTW-CommonsCategories.ttl"
[Error: ENOENT: no such file or directory, open '/Users/rick/Documents/Wikipedia/Deelcollectie%20Nederlandse%20Spoorwegen/2%20juni/THWTW-CommonsCategories.ttl'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: '/Users/rick/Documents/Wikipedia/Deelcollectie%20Nederlandse%20Spoorwegen/2%20juni/THWTW-CommonsCategories.ttl'
}
pietercolpaert commented 4 years ago

Thanks for filing this bug! Issue was fixed and Version 1.1.1 of has been published on NPM!