Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS 文件夾錯誤 #1

Closed
popoko1379 opened this issue Aug 23, 2022 · 3 comments
Closed

macOS 文件夾錯誤 #1

popoko1379 opened this issue Aug 23, 2022 · 3 comments

Comments

@popoko1379
Copy link

使用 "".join 對於不同作業系統的文件夾路徑會發生錯誤,建議改用 os.path.join(folder, txt_name)

cool18/study.py

Line 132 in 3fe58d4

txt_path = "".join([folder, '\\', txt_name])

cool18/study.py

Lines 300 to 301 in 3fe58d4

secondary_folder_path = "".join(
[top_title, '\\', page_title])

@fyqc
Copy link
Owner

fyqc commented Aug 23, 2022

确系如此,当初的我还没有如今这般明白( ̄▽ ̄)"
等我有空了就出个修订版。

@fyqc
Copy link
Owner

fyqc commented Oct 31, 2022

已经修改了代码

@fyqc fyqc closed this as completed Oct 31, 2022
@fyqc
Copy link
Owner

fyqc commented Oct 31, 2022

新的代码已上线

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants