katamb / thesis-scripts

1 stars 0 forks source link

Concurrency issues creating folders #7

Closed katamb closed 10 months ago

katamb commented 10 months ago

Error:


llm-analyze\BaseLlmRunner.py", line 28, in __init__
    os.makedirs(self.result_folder_path)
  File "<frozen os>", line 225, in makedirs
FileExistsError: [WinError 183] Cannot create a file when that file already exists:
katamb commented 10 months ago

Fix seems to have worked