You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
22:16:15 | [INFO] | - 'paul_mod' 模組處理完成!
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:\Users\p\Documents\git\paul_mod_div\main.py", line 34, in <module>
asyncio.run(main())
File "C:\Python312\Lib\asyncio\runners.py", line 194, in run
return runner.run(main)
^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\runners.py", line 118, in run
return self._loop.run_until_complete(task)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\asyncio\base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "C:\Users\<username>\Documents\git\paul_mod_div\main.py", line 28, in main
mod.process_results(auto_apply=False)
File "C:\Users\<username>\Documents\git\paul_mod_div\src\core.py", line 209, in process_results
self._process_passage(filepath, name)
File "C:\Users\<username>\Documents\git\paul_mod_div\src\core.py", line 290, in _process_passage
shutil.copyfile(
File "C:\Python312\Lib\shutil.py", line 260, in copyfile
with open(src, 'rb') as fsrc:
^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\<username>\\Documents\\git\\paul_mod_div\\mods\\paul_mod_div\\mods\\all.twee'
The text was updated successfully, but these errors were encountered:
src.core.py:192
The text was updated successfully, but these errors were encountered: