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

recursive option broken in v1.6.0 #34

Closed
amichail opened this issue Dec 14, 2014 · 1 comment
Closed

recursive option broken in v1.6.0 #34

amichail opened this issue Dec 14, 2014 · 1 comment

Comments

@amichail
Copy link

Traceback (most recent call last):
File "/usr/local/bin/icdiff", line 553, in
start()
File "/usr/local/bin/icdiff", line 472, in start
diff_recursively(options, a, b, options.encoding)
File "/usr/local/bin/icdiff", line 496, in diff_recursively
os.path.join(b, child))
TypeError: diff_recursively() takes exactly 4 arguments (3 given)

@jeffkaufman
Copy link
Owner

Fixed with ffdaa18. Sorry!

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