Closed HazenBabcock closed 6 years ago
Use os.path.join() instead of simple string concatenation to combine directory and filenames.
Related, use os.path.sep when appropriate.
Should be fixed now.
Use os.path.join() instead of simple string concatenation to combine directory and filenames.