Remove tuple
This commit is contained in:
parent
42440a2f83
commit
b98575a092
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ def execute():
|
|||
for doctype in applicable_for_doctypes:
|
||||
if doctype:
|
||||
# Maintain sequence (name, user, allow, for_Value, applicable_for)
|
||||
new_user_permissions_list.append(tuple(
|
||||
new_user_permissions_list.append((
|
||||
frappe.generate_hash("", 10),
|
||||
user_permission.user,
|
||||
user_permission.allow,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue