Bench update --patch not working

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’

@Kannan2708
It’s preferable to update each app individually. First, fetch the specific app version you want to update to from GitHub, then apply the update.

image

1 Like

Thank You Alexis_Dali It’s working. I have updated the each app specifically and gave bench update --patch.