less Windows more universal

This commit is contained in:
rusefillc 2021-10-30 11:30:54 -04:00
parent f86e8d5d25
commit aaed8633bb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ path_csv_list = []
for i in csv_list:
path_csv_list.append(path_dir + '\\' + i)
path_csv_list.append(path_dir + '/' + i)
t_start = time.time()