getsanjeev/retina-features

Avoid '/' for path concatenation

s-celles opened this issue · 1 comments

print(pathFolder+'/'+file_name)

os.path.join is OS independent

@scls19fr Thanks! Will look into it.