priv-kweihmann / multimetric

Calculate code metrics in various languages
zlib License
36 stars 13 forks source link

multimetric not processing for filename having " "(space) in filepath. #22

Closed ghost closed 2 years ago

ghost commented 3 years ago

failed filepath : "D:\folder1\test 1.py" if i edit the above filepath by removing space( " " ) it will work. i.e., "D:\folder1\test1.py"

priv-kweihmann commented 3 years ago

That must be an issue of the shell you're using - and let me take a guess, you're using Windows (just judging from the presented file path).

This tool doesn't support Windows, but patches are welcome to make it work

priv-kweihmann commented 2 years ago

Closing as it's not reproducible and likely not caused by the tool itself