Hi @neilLasrado,
Still a problem with bench update on the following:
Chudes-MBP:frappe-bench chudeosiegbu$ bench update
INFO:bench.utils:updating bench
Already up-to-date.
remote: Counting objects: 14, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 14 (delta 5), reused 0 (delta 0), pack-reused 0
Unpacking objects: 100% (14/14), done.
From https://github.com/frappe/frappe
254ca33..e178712 develop -> upstream/develop
073dd69..9a23f80 hotfix -> upstream/hotfix
Requirement already satisfied: Pillow in ./env/lib/python2.7/site-packages
INFO:bench.app:pulling frappe
From https://github.com/frappe/frappe
* branch develop -> FETCH_HEAD
Updating 254ca33..e178712
Fast-forward
frappe/core/page/permission_manager/permission_manager.py | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
INFO:bench.app:pulling estate_manager
From https://github.com/manqala/estate_manager
* branch develop -> FETCH_HEAD
Already up-to-date.
INFO:bench.app:pulling paystack_integration
From https://github.com/manqala/paystack_integration
* branch develop -> FETCH_HEAD
Already up-to-date.
INFO:bench.app:pulling bank_statement
From https://github.com/manqala/bank_statement
* branch develop -> FETCH_HEAD
Already up-to-date.
INFO:bench.app:pulling erpnext
From https://github.com/frappe/erpnext
* branch develop -> FETCH_HEAD
Already up-to-date.
Requirement already up-to-date: pip in ./env/lib/python2.7/site-packages
Migrating erpnext_estate
Updating frappe : [========================================]
Updating erpnext : [========================================]
Updating estate_manager : [========================================]
Syncing help database...
Migrating erpnext_school
Executing erpnext.patches.v7_2.update_assessment_modules in erpnext_school (ace2dd0979440896)
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 79, in <module>
main()
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 16, in main
click.Group(commands=commands)(prog_name='bench')
File "/Users/chudeosiegbu/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
File "/Users/chudeosiegbu/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
File "/Users/chudeosiegbu/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/chudeosiegbu/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/chudeosiegbu/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/chudeosiegbu/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
File "/Users/chudeosiegbu/frappe-bench/env/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/commands/__init__.py", line 24, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/commands/site.py", line 209, in migrate
migrate(context.verbose, rebuild_website=rebuild_website)
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/migrate.py", line 30, in migrate
frappe.modules.patch_handler.run_all()
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 29, in run_all
if not run_single(patchmodule = patch):
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 63, in run_single
return execute_patch(patchmodule, method, methodargs)
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 83, in execute_patch
frappe.get_attr(patchmodule.split()[0] + ".execute")()
File "/Users/chudeosiegbu/frappe-bench/apps/erpnext/erpnext/patches/v7_2/update_assessment_modules.py", line 33, in execute
assessment_result.save()
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/model/document.py", line 223, in save
return self._save(*args, **kwargs)
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/model/document.py", line 246, in _save
self.insert()
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/model/document.py", line 190, in insert
self._validate()
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/model/document.py", line 388, in _validate
self._validate_mandatory()
File "/Users/chudeosiegbu/frappe-bench/apps/frappe/frappe/model/document.py", line 608, in _validate_mandatory
name=self.name))
frappe.exceptions.MandatoryError: [Assessment Result, RES000001]: details
Regards,
cksgb