Fix path
This commit is contained in:
@@ -50,7 +50,7 @@ class WriterSyndication:
|
||||
path_list = [x for x in path_list if x.strip()]
|
||||
filename = path_list.pop()
|
||||
|
||||
path_folder = os.path.join("..", 'data', "syndication", *path_list)
|
||||
path_folder = os.path.join('data', "syndication", *path_list)
|
||||
|
||||
Path(path_folder).mkdir(parents=True, exist_ok=True)
|
||||
path_file = os.path.join(path_folder, filename + ".json")
|
||||
|
||||
Reference in New Issue
Block a user