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

Error with class names with slashes #9

Open
volo34 opened this issue Jan 7, 2023 · 2 comments
Open

Error with class names with slashes #9

volo34 opened this issue Jan 7, 2023 · 2 comments

Comments

@volo34
Copy link

volo34 commented Jan 7, 2023

A professor named a class with a slash and the python script thinks that's two directories, I'm sorry I don't know python maybe I could have fixed it myself.
immagine_2023-01-07_231555559

@mohamedamara1
Copy link
Owner

Thank you for mentioning this, I will take a look at it when I have some free time.

@DevThePenguin-dev
Copy link

Just add this line course_name = ''.join(e for e in course_name if e.isalnum()) as the first line in if not (path.exists(course_name)):

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

3 participants