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

TypeError: sanitize_filename() takes exactly 1 argument (2 given) #10

Open
chrisloughnane opened this issue Jul 4, 2013 · 1 comment

Comments

@chrisloughnane
Copy link

I just tried to grab my finished 10gen M101J course and got this error.

Traceback (most recent call last):
File "edx_dl.py", line 204, in
edxb.download()
File "edx_dl.py", line 141, in download
sanitize_filename(course_name, replace_space_with_underscore),
TypeError: sanitize_filename() takes exactly 1 argument (2 given)

@fhenri
Copy link

fhenri commented Aug 20, 2013

Hi,

had the same issue and update the script from issue #9 so now it is working fine (on mac osx)

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