Reformat
This commit is contained in:
parent
5b60dad831
commit
2be94bd504
@ -774,7 +774,8 @@ def update_texture_node_type():
|
|||||||
'emission',
|
'emission',
|
||||||
'alpha'
|
'alpha'
|
||||||
]
|
]
|
||||||
node_type['dyn_schema']['files']['schema']['schema']['map_type']['allowed'] = allowed
|
node_type['dyn_schema']['files']['schema']['schema']['map_type'][
|
||||||
|
'allowed'] = allowed
|
||||||
projects_collections.update(
|
projects_collections.update(
|
||||||
{'_id': project['_id']}, project)
|
{'_id': project['_id']}, project)
|
||||||
|
|
||||||
@ -991,5 +992,6 @@ def sync_project_groups(user_email, fix):
|
|||||||
{'$set': {'groups': list(user_groups)}})
|
{'$set': {'groups': list(user_groups)}})
|
||||||
log.info('Updated %i user.', result.modified_count)
|
log.info('Updated %i user.', result.modified_count)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
manager.run()
|
manager.run()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user