bench update --patch not working
it throws an error like
Traceback (most recent call last):
File “/home/erp/.local/bin/bench”, line 11, in
sys.exit(cli())
File “/home/erp/.local/lib/python2.7/site-packages/bench/cli.py”, line 48, in cli
if sys.argv[1] in get_frappe_commands() + [“–site”, “–verbose”, “–force”, “–profile”]:
TypeError: unsupported operand type(s) for +: ‘NoneType’ and ‘list’