You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to run fuzz generate-config --sync crashes the application.
Potentially missing a string formatting dependency on pip install?
What I Did
$ fuzz generate-config --sync
Traceback (most recent call last):
File "/home/sol-dev/.local/bin/fuzz", line 8, in <module>
sys.exit(cli())
File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/sol-dev/.local/lib/python3.6/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/home/sol-dev/.local/lib/python3.6/site-packages/click/decorators.py", line 33, in new_func
return f(get_current_context().obj, *args, **kwargs)
File "/home/sol-dev/.local/lib/python3.6/site-packages/fuzzing_cli/fuzz/generate_config.py", line 257, in fuzz_generate_config
f"fuzz generate-config {config_file}", italic=True, fg="green"
TypeError: style() got an unexpected keyword argument 'italic'
The text was updated successfully, but these errors were encountered:
Description
Attempting to run fuzz generate-config --sync crashes the application.
Potentially missing a string formatting dependency on pip install?
What I Did
The text was updated successfully, but these errors were encountered: