Use os.path.join() to create paths vs. strings
humphd opened this issue · 1 comments
humphd commented
Instead of creating paths out of strings, do it in a cross-platform way with os.path.join(), for example: https://github.com/lmpham1/cool_ssg_generator/blob/master/helper.py#L15