All of the file paths are unix exclusive and need to be updated using os.sep

Issue #2 resolved
Paul Stasiuk repo owner created an issue

All of the filepaths that are defined in the files are unix exclusive and need to be defined globally as as the os specific file separator. Examples:

import os

global file_sep
file_sep = os.sep

Comments (2)

  1. Log in to comment