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: ask() got an unexpected keyword argument 'batch' #48

Closed
cr08 opened this issue Mar 14, 2019 · 2 comments
Closed

TypeError: ask() got an unexpected keyword argument 'batch' #48

cr08 opened this issue Mar 14, 2019 · 2 comments
Assignees
Labels
false positive This isn't a issue

Comments

@cr08
Copy link

cr08 commented Mar 14, 2019

With the new batch argument added I'm now seeing the above error when attempting to use it. Tried to debug on my own but unfortunately not seeing what is up. Here's the full error message. Tried both -b and --batch at the end of the command

[!] WARNING: Specified cache folder/directory Z:\video2x does not exist
Traceback (most recent call last):
File "video2x.py", line 207, in
if Avalon.ask('Create folder/directory?', default=True, batch=args.batch):
TypeError: ask() got an unexpected keyword argument 'batch'

@cr08
Copy link
Author

cr08 commented Mar 14, 2019

Never mind. My mistake. I missed the requirement to update avalon_framework. Did so and all's well.

@cr08 cr08 closed this as completed Mar 14, 2019
@k4yt3x
Copy link
Owner

k4yt3x commented Mar 14, 2019

@cr08 yeah for the batch to work well, I had to update the framework as well

@k4yt3x k4yt3x self-assigned this Mar 14, 2019
@k4yt3x k4yt3x added the false positive This isn't a issue label Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false positive This isn't a issue
Projects
None yet
Development

No branches or pull requests

2 participants